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

Public Member Functions | |
| DtEntityEditorListTreeWidget (makVrv::DtDe &, QWidget *) | |
| virtual | ~DtEntityEditorListTreeWidget () |
Public Member Functions inherited from makVrf::DtTreeWidget | |
| DtTreeWidget (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 |
Protected Member Functions | |
| 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 QSize | minimumSizeHint () const |
| virtual QMimeData * | mimeData (const QList< QTreeWidgetItem * > list) const |
| virtual QStringList | mimeTypes () const |
| virtual void | dragEnterEvent (QDragEnterEvent *d) |
| virtual void | dragMoveEvent (QDragMoveEvent *d) |
| virtual void | dropEvent (QDropEvent *d) |
Protected Member Functions inherited from makVrf::DtTreeWidget | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | scrollContentsBy (int, int) |
| 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 | |
| makVrv::DtDe & | myDe |
Protected Attributes inherited from makVrf::DtTreeWidget | |
| bool | myMouseRightClick |
| bool | myAllowEmptySelection |
Additional Inherited Members | |
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) |
| DtEntityEditorListTreeWidget::DtEntityEditorListTreeWidget | ( | makVrv::DtDe & | , |
| QWidget * | |||
| ) |
|
virtual |
|
protectedvirtual |
Need to do this as default sizeHint() for an abstract scroll area (in Qt 4.2.2) is too large.
Reimplemented from makVrf::DtTreeWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |