Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRangeModelDetails::DefaultTreeProtocol< Range > Member List

This is the complete list of members for QRangeModelDetails::DefaultTreeProtocol< Range >, including all inherited members.

childRows(const R &row) const -> decltype(row.childRows())QRangeModelDetails::DefaultTreeProtocol< Range >inline
childRows(R &row) -> decltype(row.childRows())QRangeModelDetails::DefaultTreeProtocol< Range >inline
deleteRow(R &&row) -> decltype(delete row)QRangeModelDetails::TableProtocol< Range >inline
newRow() -> decltype(R(new wrapped_t< R >))QRangeModelDetails::TableProtocol< Range >inline
newRow() -> decltype(R{})QRangeModelDetails::TableProtocol< Range >inline
parentRow(const R &row) const -> decltype(row.parentRow())QRangeModelDetails::DefaultTreeProtocol< Range >inline
row_type typedefQRangeModelDetails::TableProtocol< Range >
setParentRow(R &row, R *parent) -> decltype(row.setParentRow(parent))QRangeModelDetails::DefaultTreeProtocol< Range >inline