12 #if !defined(Q_MOC_RUN)
22 class DtStateComponent;
24 namespace makVrfGuiObjectInformationQt
41 virtual QIcon icon()
override;
48 virtual QString title()
override;
51 virtual const std::string& pageClassName()
const override;
54 static const std::string& thePageClassName();
59 virtual void addPage();
62 virtual void removePage();
68 virtual int numPages()
const;
77 virtual QWidget* createPageContents(
ShowStatus&)
override;
79 virtual void activate()
override;
80 virtual void deactivate()
override;
84 virtual void update();
91 bool myNeedsPageSignal =
false;
boost::signals2::connection myIffComponentAddedConnection
Definition: iffPage.h:90
Definition: informationDialogPage.h:414
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
QTabWidget * myTabWidget
Definition: iffPage.h:87
Contains makVrv::DtInformationDialogPage class.
Definition: informationDialogPage.h:258
Definition: stateComponent.h:52
ShowStatus
Definition: informationDialogPage.h:264
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: iffStateComponent.h:83