|
Qt Model Utilities
2.0.3
A set of utilities for the model/view framework of Qt
|
| ▼CQAbstractItemModel | |
| CGenericModel | This is a full implementation for generic use of the QAbstractItemModel interface |
| ▼CQAbstractProxyModel | |
| CInsertProxyModel | This proxy model provides an extra row and column to handle user insertions |
| ▼CQIdentityProxyModel | |
| CRoleMaskProxyModel | This proxy will act as a mask on top of the source model to intercept data |
| CRootIndexProxyModel | This proxy model will display only the portion of a tree model with the common ancestor rootIndex |
| ▼CQObject | |
| ▼CAbstractModelSerialiser | The interface for model serialisers |
| ▼CAbstractStringSerialiser | The interface for model serialisers saving to strings |
| ▼CAbstractSingleRoleSerialiser | The interface for model serialisers saving only one role |
| CCsvModelSerialiser | Serialiser to save and load models in csv (comma separated values) format |
| CHtmlModelSerialiser | Serialiser to save and load models in HTML format |
| CJsonModelSerialiser | Serialiser to save and load models in JSON format |
| CXmlModelSerialiser | Serialiser to save and load models in XML format |
| CBinaryModelSerialiser | Serialiser to save and load models in binary format |