|
| QPropertyModel (QObject *parent=0) |
|
virtual | ~QPropertyModel () |
| Destructor.
|
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
QModelIndex | parent (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| QAbstractItemModel implementation.
|
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| QAbstractItemModel implementation.
|
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| QAbstractItemModel implementation.
|
|
QModelIndex | buddy (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
void | addItem (QObject *propertyObject) |
|
void | updateItem (QObject *propertyObject, const QModelIndex &parent=QModelIndex()) |
|
void | clear () |
|
void | registerCustomPropertyCB (QPropertyEditorWidget::UserTypeCB callback) |
|
void | unregisterCustomPropertyCB (QPropertyEditorWidget::UserTypeCB callback) |
|
void | setGroupByInheritance (bool enabled) |
|
bool | groupByInheritance () const |
|
QSize | span (const QModelIndex &index) const |
|
| QPropertyModel (QObject *parent=0) |
|
virtual | ~QPropertyModel () |
| Destructor.
|
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
QModelIndex | parent (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| QAbstractItemModel implementation.
|
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| QAbstractItemModel implementation.
|
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| QAbstractItemModel implementation.
|
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| QAbstractItemModel implementation.
|
|
QModelIndex | buddy (const QModelIndex &index) const |
| QAbstractItemModel implementation.
|
|
void | addItem (QObject *propertyObject) |
|
void | updateItem (QObject *propertyObject, const QModelIndex &parent=QModelIndex()) |
|
void | clear () |
|
void | registerCustomPropertyCB (QPropertyEditorWidget::UserTypeCB callback) |
|
void | unregisterCustomPropertyCB (QPropertyEditorWidget::UserTypeCB callback) |
|
void | setSorted (bool value) |
|
bool | sorted () const |
|
The QPropertyModel handles the user defined properties of QObjects