![]() |
VR-Forces Developer's Guide
|
The objects counts page, displays the counts of all entities and tactical graphics control objects in the current scenario.

Public Member Functions | |
| virtual | ~DtObjectsCountPanel () |
| virtual QIcon | icon () |
| virtual DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Public Attributes | |
| boost::signalslib::signal < void(const QRect *)> | signal_resized |
Protected Member Functions | |
| DtObjectsCountPanel (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual void | resizeEvent (QResizeEvent *event) |
Protected Member Functions inherited from makVrv::DtPage | |
| virtual QWidget * | wrapPageWithScrollArea (QWidget *scrollableWidget, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
| virtual DtPageScrollArea * | createScrollArea (QWidget *scrollableWidget, QWidget *parent, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
Protected Attributes | |
| std::string | myClassName |
| QVBoxLayout * | myLayout |
| DtObjectsCountTreeWidget * | myTreeWidget |
| DtObjectsCountTreeLogic * | myLogic |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Friends | |
| class | DtObjectsCountPageCreator |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
|
virtual |
DTOR.
|
protected |
Constructor of the page.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtual |
Reimplementation of QWidget::resizeEvent() to redraw the gradient preview.
|
friend |
Let the creator create the page.
| boost::signalslib::signal<void(const QRect*)> makVrv::DtObjectsCountPanel::signal_resized |
Signal emitted when the count panel receives a resize event.
|
protected |
|
protected |
|
protected |
|
protected |