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

Public Member Functions | |
| virtual | ~DtVrfHierarchyPage () |
| DTOR. | |
| DtVrfTreeWidget * | echelon () |
| virtual void | selectObjects (const std::vector< DtVrfObjectListViewItem::DtVrfObjectState >) |
| Clears current selection and selects object in list. | |
| virtual std::vector < DtVrfObjectListViewItem::DtVrfObjectState > | selectedObjects () const |
| Returns a list of the objects selected. | |
| virtual DtExpandCollapseButton * | createExpandCollapseButton (unsigned int, int numButtons) |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
| virtual QIcon | icon ()=0 |
| Get the icon of the page. | |
| virtual QString | title ()=0 |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const =0 |
| Get the class name of the page. | |
Public Attributes | |
| QVBoxLayout * | myMasterLayout |
| DtVrfTreeWidget * | myEchelon |
| DtScrollButtonArea * | myCollapseButtonWidget |
| QPixmap | myPlusPixmap |
| QPixmap | myMinusPixmap |
| QCheckBox * | myShowEchelonId |
Protected Slots | |
| virtual void | onRightClickOnItem (QTreeWidgetItem *, QMouseEvent *, int col) |
| Sends off boost signal of similar name. | |
| virtual void | onItemSelected () |
| Calls down to logic to select item. | |
| virtual void | onScrollRangeChanged (int) |
| virtual void | onViewItemExpanded (QTreeWidgetItem *) |
| virtual void | onViewItemCollapsed (QTreeWidgetItem *) |
| virtual void | onExpandToLevel (unsigned int) |
| virtual void | onCollapseToLevel (unsigned int) |
| virtual DtVrfTreeWidget * | createHierarchyList ()=0 |
Protected Member Functions | |
| DtVrfHierarchyPage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual void | setupUi (QWidget *p) |
| virtual DtScrollButtonArea * | createCollapseButtonConainer (QWidget *parent) |
| virtual void | slot_onDeParent (const QStringList &) |
| virtual void | slot_onReParent (const QStringList &children, makVrv::DtUniqueID parentId) |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtVrfHierarchyPageLogic * | myLogic |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
|
virtual |
DTOR.
|
protected |
CTOR.
| DtVrfTreeWidget* makVrf::DtVrfHierarchyPage::echelon | ( | ) |
|
virtual |
Clears current selection and selects object in list.
Blocks signals so the new selection will not be signaled. Only objects on the current filter will be selected
|
virtual |
Returns a list of the objects selected.
|
virtual |
|
protectedvirtualslot |
Sends off boost signal of similar name.
|
protectedvirtualslot |
Calls down to logic to select item.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedpure virtualslot |
Implemented in makVrf::DtVrfEchelonHierarchyPage, and makVrf::DtVrfEmbarkationHierarchyPage.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protected |
| QVBoxLayout* makVrf::DtVrfHierarchyPage::myMasterLayout |
| DtVrfTreeWidget* makVrf::DtVrfHierarchyPage::myEchelon |
| DtScrollButtonArea* makVrf::DtVrfHierarchyPage::myCollapseButtonWidget |
| QPixmap makVrf::DtVrfHierarchyPage::myPlusPixmap |
| QPixmap makVrf::DtVrfHierarchyPage::myMinusPixmap |
| QCheckBox* makVrf::DtVrfHierarchyPage::myShowEchelonId |