|
| | DtVrfEmbarkationHierarchyTreeWidget (makVrv::DtDe &de, QWidget *parent=0) |
| | CTOR. More...
|
| |
| virtual | ~DtVrfEmbarkationHierarchyTreeWidget () |
| | DTOR. More...
|
| |
| | DtVrfTreeWidget (makVrv::DtDe &de, QWidget *parent=0) |
| | CTOR. More...
|
| |
| virtual | ~DtVrfTreeWidget () |
| | DTOR. More...
|
| |
| virtual void | startDrag (Qt::DropActions supportedActions) |
| |
| QTreeWidgetItem * | draggingOver () const |
| |
| | DtTreeWidget (makVrv::DtDe &de, QWidget *parent) |
| | Constructor. More...
|
| |
| virtual | ~DtTreeWidget () |
| | DTOR. More...
|
| |
| virtual QTreeWidgetItem * | lastItem () const |
| | Returns the last item in the list. More...
|
| |
| 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. More...
|
| |
| virtual QSize | minimumSizeHint () const |
| |
| virtual void | setSizeHint (const QSize &s) |
| | Sets the size hint in absence of minimum size. More...
|
| |
| virtual int | indexOfChild (QTreeWidgetItem *) const |
| | Returns the index of the child. More...
|
| |
| unsigned int | depth (QTreeWidgetItem *) const |
| | Returns the number of levels down this item is. More...
|
| |
| QTreeWidgetItem * | nextSibling (QTreeWidgetItem *) const |
| | Returns the next item after the supplied item. More...
|
| |
| void | setAllowEmptySelection (bool) |
| | Only valid in single selection mode. More...
|
| |
| bool | allowEmptySelection () const |
| |
| virtual bool | edit (const QModelIndex &index, EditTrigger trigger, QEvent *event) |
| | Override to prevent keystrokes from going to vantage while editing. More...
|
| |
| virtual void | closeEditor (QWidget *editor, QAbstractItemDelegate::EndEditHint hint) |
| |
| virtual void | itemRightClickedOn (QTreeWidgetItem *, QMouseEvent *, int col) |
| |
| virtual void | mousePressEvent (QMouseEvent *event) |
| |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| | Turn off in name editing potential if double click. More...
|
| |
| 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. More...
|
| |
| bool | disableNameEditIfNotWindowsStyleEnabled () const |
| |
| virtual void | setEditPressTime (double) |
| |
| double | editPressTime () const |
| |