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

Signals | |
| void | renameOverlay () |
Public Member Functions | |
| DtVrfOverlayTreeView (makVrv::DtDe &de, QWidget *parent=0) | |
| constructor | |
| virtual | ~DtVrfOverlayTreeView () |
| Destructor. | |
| virtual std::string | selectedOverlay () const |
Public Member Functions inherited from makVrf::DtVrfTreeWidget | |
| DtVrfTreeWidget (makVrv::DtDe &de, QWidget *parent=0) | |
| CTOR. | |
| virtual | ~DtVrfTreeWidget () |
| DTOR. | |
| virtual void | startDrag (Qt::DropActions supportedActions) |
| QTreeWidgetItem * | draggingOver () 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 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 | mousePressEvent (QMouseEvent *event) |
| 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 | setEditPressTime (double) |
| double | editPressTime () const |
Public Attributes | |
| boost::signal< void(const QStringList &children, std::string overlay)> | signal_itemMoved |
| QMenu * | myRightClickMenu |
| QAction * | myShowHide |
| QAction * | myLockUnlock |
| QAction * | myHideAllButThis |
| QAction * | myShowAll |
| QAction * | myHideAll |
| QAction * | mySaveAsShapeFiles |
| QAction * | myShapeFilesImport |
| QAction * | myRenameOverlay |
| QAction * | mySetDefaultHidden |
Public Attributes inherited from makVrf::DtVrfTreeWidget | |
| boost::signal< void(const QStringList &children, makVrv::DtUniqueID parentId)> | signal_reparent |
Protected Slots | |
| virtual void | showContextMenu (QTreeWidgetItem *item, QMouseEvent *e, int col) |
| virtual void | onShowHideLayer () |
| virtual void | onLockUnlockLayer () |
| virtual void | onHideAllButThis () |
| virtual void | onShowAllLayers () |
| virtual void | onHideAllLayers () |
| virtual void | onSaveOverlayAsShapeFiles () |
| virtual void | onImportShapeFileOntoOverlay () |
| virtual void | onChangeDefaultHidden () |
| virtual void | onRenameOverlay () |
Protected Member Functions | |
| virtual QMimeData * | mimeData (const QList< QTreeWidgetItem * > list) const |
| virtual bool | canDropOnItem (QTreeWidgetItem *, const QStringList &globalIds, QDragMoveEvent *event) const |
| Override to tell whether or not dragged item can be dropped on specified list item. | |
| virtual void | dropItems (const QStringList &globalIds, QTreeWidgetItem *) |
| Override to drop specified items onto the specified parent. | |
| virtual bool | isOverlay (QTreeWidgetItem *item) const |
| virtual makVrv::DtUniqueID | uniqueIDForListItem (QTreeWidgetItem *item) const |
| Returns the DtUniqueID associated with the item. | |
| virtual void | createRightClickMenu () |
Protected Member Functions inherited from makVrf::DtVrfTreeWidget | |
| virtual void | dragEnterEvent (QDragEnterEvent *event) |
| virtual bool | dropMimeData (QTreeWidgetItem *parent, int index, const QMimeData *mimeData, Qt::DropAction action) |
| virtual void | dragMoveEvent (QDragMoveEvent *event) |
| virtual void | updateDraggingOver (QDragMoveEvent *) |
| virtual void | dragLeaveEvent (QDragLeaveEvent *e) |
Protected Member Functions inherited from makVrf::DtTreeWidget | |
| 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 |
Private Member Functions | |
| DtVrfOverlayTreeView (const DtVrfOverlayTreeView &orig) | |
| Not Implemented. | |
| DtVrfOverlayTreeView & | operator= (const DtVrfOverlayTreeView &rhs) |
Additional Inherited Members | |
Protected Attributes inherited from makVrf::DtVrfTreeWidget | |
| QTreeWidgetItem * | myDraggingOver |
| makVrf::DtVrfOverlayTreeView::DtVrfOverlayTreeView | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0 |
||
| ) |
constructor
|
virtual |
Destructor.
|
private |
Not Implemented.
|
virtual |
|
protectedvirtual |
Reimplemented from makVrf::DtVrfTreeWidget.
|
protectedvirtual |
Override to tell whether or not dragged item can be dropped on specified list item.
Reimplemented from makVrf::DtVrfTreeWidget.
|
protectedvirtual |
Override to drop specified items onto the specified parent.
Reimplemented from makVrf::DtVrfTreeWidget.
|
protectedvirtual |
|
protectedvirtual |
Returns the DtUniqueID associated with the item.
Returns -1 if no id is found.
|
protectedvirtual |
|
signal |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
| boost::signal<void (const QStringList& children, std::string overlay)> makVrf::DtVrfOverlayTreeView::signal_itemMoved |
| QMenu* makVrf::DtVrfOverlayTreeView::myRightClickMenu |
| QAction* makVrf::DtVrfOverlayTreeView::myShowHide |
| QAction* makVrf::DtVrfOverlayTreeView::myLockUnlock |
| QAction* makVrf::DtVrfOverlayTreeView::myHideAllButThis |
| QAction* makVrf::DtVrfOverlayTreeView::myShowAll |
| QAction* makVrf::DtVrfOverlayTreeView::myHideAll |
| QAction* makVrf::DtVrfOverlayTreeView::mySaveAsShapeFiles |
| QAction* makVrf::DtVrfOverlayTreeView::myShapeFilesImport |
| QAction* makVrf::DtVrfOverlayTreeView::myRenameOverlay |
| QAction* makVrf::DtVrfOverlayTreeView::mySetDefaultHidden |