19 class DtObjectsCountTreeWidget;
20 class DtObjectsCountTreeLogic;
38 virtual QString title();
41 virtual const std::string& pageClassName()
const;
55 virtual void activate();
58 virtual void deactivate();
61 virtual void resizeEvent ( QResizeEvent * event );
85 virtual std::string pageClassName()
const;
88 virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
std::string myClassName
Definition: DtObjectsCountPanel.h:64
The logic for getting object counts from a simulation and populating an DtObjectsCountTreeInterface G...
Definition: DtObjectsCountTreeLogic.h:23
Contains makVrv::DtPage class.
The page creator.
Definition: DtPage.h:114
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
The creator class needed to be used to create a DtObjectsCountPanel.
Definition: DtObjectsCountPanel.h:72
The objects counts page, displays the counts of all entities and tactical graphics control objects in...
Definition: DtObjectsCountPanel.h:25
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
boost::signalslib::signal< void(const QRect *)> signal_resized
Signal emitted when the count panel receives a resize event.
Definition: DtObjectsCountPanel.h:44
DtObjectsCountTreeWidget * myTreeWidget
Definition: DtObjectsCountPanel.h:66
QVBoxLayout * myLayout
Definition: DtObjectsCountPanel.h:65
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtObjectsCountTreeLogic * myLogic
Definition: DtObjectsCountPanel.h:67