![]() |
VR-Forces Developer's Guide
|
Tree widget that is used for initiating drag of items.

Public Member Functions | |
| DtOrbatTreeWidget (makVrv::DtDe &, QWidget *) | |
| virtual | ~DtOrbatTreeWidget () |
| virtual void | addChildForCopyToVector (DtObjectListViewItem *, QStringList &nodes, std::set< DtUUID > &processed, bool consideredUnparented=false) const |
Protected Member Functions | |
| virtual void | startDrag (Qt::DropActions supportedActions) |
| virtual QMimeData * | mimeData (const QList< QTreeWidgetItem * > items) const |
| virtual bool | atLeastOneNotInOrbatView (DtObjectListViewItem *) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrf::DtOrbatTreeWidget::DtOrbatTreeWidget | ( | makVrv::DtDe & | , |
| QWidget * | |||
| ) |
|
virtual |
|
virtual |
Iterate over children and put into xml vector for dragging.
|
protectedvirtual |
Do not allow drag to start if item selected is already in the orbat.
|
protectedvirtual |
Return the entire tree selected as this will be put into the ORBAT, if dropped, in it's entirety.
|
protectedvirtual |
|
protected |