19 class DtObjectsCountTreeWidget;
20 class DtObjectsCountTreeLogic;
42 virtual QString title();
45 virtual const std::string& pageClassName()
const;
59 virtual void activate();
62 virtual void deactivate();
65 virtual void resizeEvent ( QResizeEvent * event );
89 virtual std::string pageClassName()
const;
92 virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
std::string myClassName
Definition: DtObjectsCountPanel.h:68
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. This class should be extended by all page classes.
Definition: DtPage.h:121
#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:76
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:30
boost::signalslib::signal< void(const QRect *)> signal_resized
Signal emitted when the count panel receives a resize event.
Definition: DtObjectsCountPanel.h:48
DtObjectsCountTreeWidget * myTreeWidget
Definition: DtObjectsCountPanel.h:70
QVBoxLayout * myLayout
Definition: DtObjectsCountPanel.h:69
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
DtObjectsCountTreeLogic * myLogic
Definition: DtObjectsCountPanel.h:71