![]() |
VR-Forces Development_Version Class Documentation
|

Public Slots | |
| virtual void | selectionChanged (const QItemSelection &, const QItemSelection &) |
| virtual void | updateEditorSize () |
| virtual void | columnSizeChange (int, int, int) |
Signals | |
| void | propertyItemUpdated (DtPropertyItem *) |
| void | propertyItemRestored (DtPropertyItem *) |
| void | propertyItemAdded (DtPropertyItem *, DtPropertyItem *) |
| void | propertyValueRemoved (DtPropertyItem *) |
| void | propertyValueRemovedFrom (DtPropertyItem *, DtPropertyItem *) |
Signals inherited from makVrf::DtTreeWidget | |
| void | mouseLeftPressed (QTreeWidgetItem *, QMouseEvent *, int col) |
| Emitted when the mouse button is pressed. | |
| void | rightClickOnItem (QTreeWidgetItem *, QMouseEvent *, int col) |
| Emitted when right button is released. | |
| void | contentsMoving (int, int) |
Public Member Functions | |
| DtPropertySheet (makVrv::DtDe &, QWidget *parent=NULL) | |
| virtual | ~DtPropertySheet () |
| virtual void | valueUpdated (DtPropertyItem *) |
| virtual void | valueAdded (DtPropertyItem *newItem, DtPropertyItem *parent, DtPropertyCreationDialog *, bool isNew=false) |
| virtual void | valueRestored (DtPropertyItem *) |
| virtual void | valueRemoved (DtPropertyItem *) |
| virtual void | valueRemovedFrom (DtPropertyItem *item, DtPropertyItem *parent) |
| virtual bool | canCreateItem () const |
| virtual bool | canDeleteItem () const |
| virtual bool | canRestoreItem () const |
| virtual void | deleteEntry (QTreeWidgetItem *) |
| virtual void | restoreEntry (QTreeWidgetItem *) |
| virtual void | createEntry (QTreeWidgetItem *) |
| virtual DtPropertyItem * | itemWithReaderWriterVariable (DtReaderWriter *) |
| virtual DtPropertyItem * | lastChild () |
| virtual QString | selectedPath () const |
| DtPropertyItem * | selectedItem () const |
| virtual void | sizeColumn (int) |
| void | setPropertyFileName (const QString &) |
| const QString & | propertyFileName () const |
| void | setSourceFileName (const QString &) |
| const QString & | sourceFileName () const |
| void | setSupportsVariables (bool) |
| bool | supportsVariables () const |
Public Member Functions inherited from makVrf::DtTreeWidget | |
| DtTreeWidget (makVrv::DtDe &de, QWidget *parent) | |
| Constructor. | |
| virtual | ~DtTreeWidget () |
| DTOR. | |
| virtual QTreeWidgetItem * | lastItem () const |
| Returns the last item in the list. | |
| QTreeWidgetItem * | itemFromIndex (const QModelIndex &idx) |
| QModelIndex | indexFromItem (QTreeWidgetItem *item, int column=0) const |
| virtual int | indexOfChild (QTreeWidgetItem *) const |
| Returns the index of the child. | |
| unsigned int | depth (QTreeWidgetItem *) const |
| Returns the number of levels down this item is. | |
| QTreeWidgetItem * | nextSibling (QTreeWidgetItem *) const |
| Returns the next item after the supplied item. | |
| void | setAllowEmptySelection (bool) |
| Only valid in single selection mode. | |
| bool | allowEmptySelection () const |
| virtual bool | edit (const QModelIndex &index, EditTrigger trigger, QEvent *event) |
| Override to prevent keystrokes from going to vantage while editing. | |
| virtual void | closeEditor (QWidget *editor, QAbstractItemDelegate::EndEditHint hint) |
Protected Member Functions | |
| virtual void | resizeEvent (QResizeEvent *e) |
| virtual bool | eventFilter (QObject *, QEvent *) |
| virtual QString | pathOfText (QTreeWidgetItem *) const |
Protected Member Functions inherited from makVrf::DtTreeWidget | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | scrollContentsBy (int, int) |
| virtual QSize | sizeHint () const |
| Need to do this as default sizeHint() for an abstract scroll area (in Qt 4.2.2) is too large. | |
| virtual QItemSelectionModel::SelectionFlags | selectionCommand (const QModelIndex &index, const QEvent *event=0) const |
| Override to allow empty selection in single selection mode. | |
| virtual QItemSelectionModel::SelectionFlags | selectionBehaviorFlags () const |
Protected Attributes | |
| QString | myPropertyFileName |
| QString | mySourceFileName |
| bool | mySupportsVariables |
Protected Attributes inherited from makVrf::DtTreeWidget | |
| bool | myMouseRightClick |
| bool | myAllowEmptySelection |
| makVrv::DtDe & | myDe |
| DtPropertySheet::DtPropertySheet | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL |
||
| ) |
|
virtual |
|
virtual |
Reimplemented in DtOpdParameterPropertySheet, and DtMultipleOpdParameterPropertySheet.
|
virtual |
Reimplemented in DtOpdParameterPropertySheet, and DtMultipleOpdParameterPropertySheet.
|
virtual |
Reimplemented in DtOpdParameterPropertySheet, and DtMultipleOpdParameterPropertySheet.
|
virtual |
|
virtual |
Reimplemented in DtMultipleOpdParameterPropertySheet.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtPropertyItem* DtPropertySheet::selectedItem | ( | ) | const |
|
virtual |
|
inline |
References myPropertyFileName.
|
inline |
References myPropertyFileName.
|
inline |
References mySourceFileName.
|
inline |
References mySourceFileName.
|
inline |
References mySupportsVariables.
|
inline |
References mySupportsVariables.
|
virtualslot |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
virtualslot |
|
virtualslot |
|
protected |
Referenced by propertyFileName(), and setPropertyFileName().
|
protected |
Referenced by setSourceFileName(), and sourceFileName().
|
protected |
Referenced by setSupportsVariables(), and supportsVariables().