Convenience class that implements setting the name via a property on the object.
More...
|
| plQtNameableAdapter (const plDocumentObjectManager *pTree, const plRTTI *pType, const char *szChildProperty, const char *szNameProperty) |
|
virtual bool | setData (const plDocumentObject *pObject, int iRow, int iColumn, const QVariant &value, int iRole) const override |
|
virtual Qt::ItemFlags | flags (const plDocumentObject *pObject, int iRow, int iColumn) const override |
|
| plQtNamedAdapter (const plDocumentObjectManager *pTree, const plRTTI *pType, const char *szChildProperty, const char *szNameProperty) |
|
virtual QVariant | data (const plDocumentObject *pObject, int iRow, int iColumn, int iRole) const override |
|
| plQtDocumentTreeModelAdapter (const plDocumentObjectManager *pTree, const plRTTI *pType, const char *szChildProperty) |
| Constructor. If m_sChildProperty is empty, this type does not have children.
|
|
virtual const plRTTI * | GetType () const |
|
virtual const plString & | GetChildProperty () const |
|
Convenience class that implements setting the name via a property on the object.