![]() |
VR-Forces 5.0.1 Developer's Guide
|
The orbat selector palette will display an orbat hierarchy, "disabling" items that are already in the orbat. The user can the drag/drop items from this palette to be used in the system.

Classes | |
| struct | ItemData |
Public Member Functions | |
| DtOrbatSelectorPalette (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtOrbatSelectorPalette () |
| virtual void | setupFrom (const DtVrfGuiOrbatManager::OrbatTreeWithRwOrbatData &) |
| virtual void | clear () |
| virtual void | setFilename (const DtFilename &) |
Public Attributes | |
| DtOrbatTreeWidget * | myOrbatTreeWidget |
| QLabel * | myCreateHelpText |
| QPushButton * | myImportAllButton |
| QPushButton * | myCloseButton |
| QHBoxLayout * | myButtonLayout |
Protected Types | |
| typedef std::map< DtUUID, ItemData > | Items |
| typedef std::map< int, ItemData > | ForceRootItems |
Protected Slots | |
| virtual void | onImportAll () |
Protected Member Functions | |
| virtual void | setupUi () |
| virtual DtOrbatTreeWidget * | createOrbatTreeWidget () |
| virtual void | addItems (const DtVrfGuiOrbatManager::OrbatTreeWithRwOrbatData &, QTreeWidgetItem *parent) |
| virtual bool | sortByOrbatOrder (const DtObjectListViewItem &lhs, const DtObjectListViewItem &rhs) const |
| virtual QVariant | textColorForOrbatItem (const DtObjectListViewItem *item) const |
| virtual void | orbatChanged () |
| virtual void | filterItems () |
| virtual void | setupForceRootNodes () |
| virtual ItemData | createItem (const DtRwOrbatData &data, const DtString &keyword) |
| virtual void | nullChildren (DtObjectListViewItem *) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtFilename | myFilename |
| Items | myItems |
| makVrv::DtSignalConnectionManager | myConnections |
| ForceRootItems | myForceRootItems |
|
protected |
|
protected |
| makVrf::DtOrbatSelectorPalette::DtOrbatSelectorPalette | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
|
virtual |
If this is a valid filename will be used to show importAll.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Iterates the list and creates items for the nodes found within.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Clears out all child items from the items list in preparation for deletions.
|
protectedvirtualslot |
| DtOrbatTreeWidget* makVrf::DtOrbatSelectorPalette::myOrbatTreeWidget |
| QLabel* makVrf::DtOrbatSelectorPalette::myCreateHelpText |
| QPushButton* makVrf::DtOrbatSelectorPalette::myImportAllButton |
| QPushButton* makVrf::DtOrbatSelectorPalette::myCloseButton |
| QHBoxLayout* makVrf::DtOrbatSelectorPalette::myButtonLayout |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |