12 #if !defined(Q_MOC_RUN)
24 class DtEmitterSystemStateComponent;
25 class DtStateComponent;
27 namespace makVrfGuiObjectInformationQt
42 virtual QIcon icon()
override;
49 virtual QString title()
override;
52 virtual const std::string& pageClassName()
const override;
55 static const std::string& thePageClassName();
61 virtual void clearEmitters();
73 virtual int numberOfBeams()
const;
76 virtual void setNumberOfBeams(
int);
79 virtual void setLocationLabel(
const QString&);
80 virtual void setLocation(
const QString&);
81 virtual void setEmissionType(
const QString&);
87 virtual void activate()
override;
91 virtual void onSelectedEmitter();
108 bool myNeedsPageSignal =
false;
boost::signals2::connection myEmitterSystemComponentAddedConnection
Definition: emitterInformationPage.h:107
QLabel * myEmissionTypeLabel
Definition: emitterInformationPage.h:103
QLabel * mySystemsLabel
Definition: emitterInformationPage.h:95
Definition: informationDialogPage.h:414
QGridLayout * myGridLayout
Definition: emitterInformationPage.h:98
QLabel * myEmissionType
Definition: emitterInformationPage.h:104
Contains makVrv::DtInformationDialogPage class.
QHBoxLayout * mySystemsLayout
Definition: emitterInformationPage.h:94
Definition: informationDialogPage.h:258
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
QLabel * myLocationLabel
Definition: emitterInformationPage.h:100
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: emitterSystemStateComponent.h:466
Definition: stateComponent.h:52
Definition: emitterInformationPage.h:29
QLabel * myLocation
Definition: emitterInformationPage.h:101
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
QComboBox * mySystems
Definition: emitterInformationPage.h:96