![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QGenericItemModelDetails::TableProtocol< Range >, including all inherited members.
| deleteRow(R &&row) -> decltype(delete row) | QGenericItemModelDetails::TableProtocol< Range > | inline |
| newRow() -> decltype(R(new wrapped_t< R >)) | QGenericItemModelDetails::TableProtocol< Range > | inline |
| newRow() -> decltype(R{}) | QGenericItemModelDetails::TableProtocol< Range > | inline |
| row_type typedef | QGenericItemModelDetails::TableProtocol< Range > |