Public Member Functions |
| | DtEntityPaletteTreeWidget (makVrv::DtDe &de, QWidget *p) |
| virtual | ~DtEntityPaletteTreeWidget () |
| virtual QSize | sizeHint () const |
| | Need to do this as default sizeHint() for an abstract scroll area (in Qt 4.2.2) is too large.
|
| bool | favoritesSupported () const |
| virtual void | setFavoritesSupported (bool b) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| | Override mouse press event to effect favorites selection.
|
| | 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 void | setMinimumSizeHint (const QSize &) |
| | Set the minimum size hint. If either width or height is -1 uses default.
|
| virtual QSize | minimumSizeHint () const |
| virtual void | setSizeHint (const QSize &s) |
| | Sets the size hint in absence of minimum size.
|
| 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) |
| virtual void | itemRightClickedOn (QTreeWidgetItem *, QMouseEvent *, int col) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| | Turn off in name editing potential if double click.
|
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | itemLeftClickedOn (QTreeWidgetItem *, QMouseEvent *, int) |
| virtual bool | editingCanceled () const |
| virtual void | setAllowWindowsStyleNameEdit (bool) |
| bool | allowWindowsStyleNameEdit () const |
| virtual void | setDisableNameEditIfNotWindowsStyleEdit (bool) |
| | If not supporting windows style editing also disallow double click name editing.
|
| bool | disableNameEditIfNotWindowsStyleEnabled () const |
| virtual void | setEditPressTime (double) |
| double | editPressTime () const |