Public Member Functions |
| | DtPropertyController (makVrv::DtDe &, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyController (makVrv::DtDe &, DtPropertyItem *, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyComponentItem (makVrv::DtDe &, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyComponentItem (makVrv::DtDe &, DtPropertyItem *, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyOrderableListItem (makVrv::DtDe &, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyOrderableListItem (makVrv::DtDe &, DtPropertyItem *, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| virtual bool | isChanged () const |
| int | originalPosition () const |
| virtual bool | canOrder () const |
| void | setCanOrder (bool) |
| | DtPropertyReaderWriter (makVrv::DtDe &, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyReaderWriter (makVrv::DtDe &, DtPropertyItem *, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| virtual | ~DtPropertyReaderWriter () |
| virtual void | init () |
| virtual bool | allowObjectType () const |
| virtual bool | isNew () const |
| | DtPropertyItem (makVrv::DtDe &, DtPropertySheet *, const QString &title, DtReaderWriter *var, DtReaderWriter *backup) |
| | DtPropertyItem (makVrv::DtDe &, DtPropertyItem *, DtPropertySheet *, const QString &title, DtReaderWriter *var=NULL, DtReaderWriter *backup=NULL) |
| virtual | ~DtPropertyItem () |
| virtual void | hideEditor () |
| virtual bool | hasSubItems () const |
| virtual int | numParents () const |
| DtPropertySheet * | propertySheet () |
| void | setReaderWriterVariable (DtReaderWriter *) |
| DtReaderWriter * | readerWriterVariable () |
| void | setReaderWriterBackup (DtReaderWriter *) |
| DtReaderWriter * | readerWriterBackup () |
| void * | userData () const |
| void | setKeyword (const QString &) |
| const QString & | keyword () const |
| virtual void | setNew (bool b) |
| virtual bool | isDeleted () const |
| virtual void | setReadOnly (bool) |
| virtual void | setRecursiveReadOnly (bool) |
| virtual bool | readOnly () const |
| virtual bool | canCreateItem () const |
| virtual bool | canMakeVariable () const |
| virtual bool | handlesDelete () const |
| virtual QVariant | data (int column, int role) const |
| virtual QString | dialogType () const |
| virtual void | deleteItem (DtPropertyItem *) |
| void | setCanDeleteItem (bool b) |
| virtual void | internalRestore () |
| virtual DtPropertyItem * | itemWithReaderWriterVariable (DtReaderWriter *) |
| virtual DtPropertyItem * | itemWithName (const QString &name) |
| void | repaint () |
| virtual void | setAttachedTo (DtReaderWriter *) |
| DtReaderWriter * | attachedTo () |