![]() |
VR-Exchange 2.4 API Documentation
|
This class is an editable property list view. More...

Public Slots | |
| virtual void | clear () |
Signals | |
| void | edited (QTreeWidgetItem *) |
| This signal is emitted when an item is edited. | |
Public Member Functions | |
| DtPropertyEditView (QWidget *p=0) | |
| virtual | ~DtPropertyEditView () |
| virtual void | setEditable (bool) |
| virtual bool | editable () const |
| virtual void | refresh () |
| virtual QWidget * | editorBox () |
Public Member Functions inherited from MAKVrExchange::DtPropertyListView | |
| DtPropertyListView (QWidget *parent=0) | |
| DtPropertyListView (QColor, QColor, bool drawBorder=true, QWidget *parent=0) | |
| DtPropertyListView (const DtPropertyListView &orig) | |
| virtual | ~DtPropertyListView () |
| virtual DtPropertyListViewItem * | addProperty (const DtProperty &, QTreeWidgetItem *parentTree=0) |
| virtual DtPropertyListViewItem * | addToProperty (const DtProperty &) |
| virtual bool | setProperty (QString prop, QVariant value) |
| virtual bool | setProperty (QString prop, QString sub, QVariant value) |
| virtual bool | setProperty (QString prop, QString sub, QString sub2, QVariant value) |
| virtual DtProperty * | property (QString prop) const |
| virtual DtProperty * | property (QString prop, QString sub) const |
| virtual DtProperty * | property (QString prop, QString sub, QString sub2) const |
| virtual QColor | backgroundColor1 () const |
| virtual QColor | backgroundColor2 () const |
| virtual QColor | groupForegroundColor () const |
| virtual void | setGroupForegroundColor (const QColor &color) |
| virtual DtPropertyListViewStyle | backgroundStyle () const |
| virtual void | setBackgroundStyle (const DtPropertyListViewStyle &style) |
| virtual bool | drawCellBorder () |
| virtual QColor | cellBorderColor () const |
| virtual void | setCellBorderColor (const QColor &color) |
| virtual bool | alphaSorted () const |
Protected Slots | |
| virtual void | slotClicked () |
| virtual void | slotItemEdited () |
| virtual void | slotUndoEdit () |
| virtual void | headerClicked (int column) |
| virtual void | headerSizeChanged () |
| virtual void | collapseClicked (QTreeWidgetItem *item) |
| virtual void | expandClicked (QTreeWidgetItem *item) |
| virtual void | onExpandAll () |
| virtual void | onCollapseAll () |
Protected Slots inherited from MAKVrExchange::DtPropertyListView | |
| virtual void | headerClicked (int column) |
Protected Member Functions | |
| virtual void | init () |
| virtual void | focusOutEvent (QFocusEvent *e) |
| virtual void | resizeEvent (QResizeEvent *) |
| Event handler to size columns to full width. | |
| virtual void | resizeValueColumn (QSize size) |
| Resize the value column to fit the view. | |
| virtual void | contextMenuRequested (QTreeWidgetItem *item, const QPoint &pos) |
Protected Member Functions inherited from MAKVrExchange::DtPropertyListView | |
| virtual bool | eventFilter (QObject *obj, QEvent *event) |
Protected Attributes | |
| QWidget * | myEditorBox |
| DtPropertyEditorWidget * | myEditor |
| QHBoxLayout * | myEditorLayout |
| QString | undoText |
| bool | myEditable |
Protected Attributes inherited from MAKVrExchange::DtPropertyListView | |
| QColor | myBackColor1 |
| QColor | myBackColor2 |
| QColor | myCellBorder |
| QColor | myGroupForeColor |
| bool | myAlphaSorted |
| bool | myDrawCellBorder |
| QMenu * | myContextMenu |
| QAction * | myExpandAllAction |
| QAction * | myCollapseAllAction |
| DtPropertyListViewItem * | mySelected |
| DtPropertyListViewStyle | myBackStyle |
Properties | |
| bool | editable |
Properties inherited from MAKVrExchange::DtPropertyListView | |
| QColor | cellBorderColor |
| QColor | backgroundColor1 |
| QColor | backgroundColor2 |
| QColor | groupForegroundColor |
Additional Inherited Members | |
Public Types inherited from MAKVrExchange::DtPropertyListView | |
| enum | PropertyViewColumn { Column_AttributeName = 0, Column_AttributeValue } |
This class is an editable property list view.
This class handles the display and cleanup of edit fields for the properties.
| MAKVrExchange::DtPropertyEditView::DtPropertyEditView | ( | QWidget * | p = 0 | ) |
|
virtual |
|
virtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
Reimplemented from MAKVrExchange::DtPropertyListView.
|
inlinevirtual |
|
signal |
This signal is emitted when an item is edited.
|
inlinevirtual |
|
protectedvirtualslot |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtual |
Reimplemented from MAKVrExchange::DtPropertyListView.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
virtual |
|
protectedvirtual |
Event handler to size columns to full width.
|
protectedvirtual |
Resize the value column to fit the view.
|
virtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwrite |