22 class DtSpotReportListenerImplementation;
23 struct DtSpotReportStateComponentData;
25 namespace makVrfGuiObjectInformationQt
40 virtual QIcon icon()
override;
47 virtual QString title()
override;
50 virtual const std::string& pageClassName()
const override;
53 static const std::string& thePageClassName();
57 virtual void setHideReports(
bool b);
61 virtual void setMaximumNumberOfTrackReports(
int);
64 return myMaximumNumberOfTrackReports;
66 virtual void spotReportsRemovedFromTimeout(
int);
69 virtual void activate()
override;
71 virtual void dateTimeFormatChanged();
72 virtual QString formatDateTime(time_t)
const;
75 virtual void reportChanged();
99 virtual void setShowDictionary(
bool);
102 return myShowDictionary;
105 virtual void setSelectedState(
int);
108 return mySelectedState;
115 virtual void currentReportChanged();
116 virtual void updateSpotReports();
118 virtual void maximumNumberOfTrackReportsChanged(
int);
119 virtual void keepReportsForTimePeriodChanged(
bool);
120 virtual void spotReportsRemovedFromTimeout(
int);
QLabel * myLabel
Definition: spotReportStatePage.h:83
bool showDictionary() const
Definition: spotReportStatePage.h:100
std::list< DtPagePath > PagePathList
Definition: DtPageConfiguration.h:30
int maximumNumberOfTrackReports() const
Definition: spotReportStatePage.h:62
int selectedState() const
Definition: spotReportStatePage.h:106
Definition: informationDialogPage.h:414
Definition: spotReportListenerImplementation.h:28
bool myShowDictionary
Definition: spotReportStatePage.h:123
Contains makVrv::DtEntityStatePageLogic class.
int mySelectedState
Definition: spotReportStatePage.h:124
DtSpotReportListenerImplementation * mySpotReportListener
Definition: spotReportStatePage.h:125
Contains makVrv::DtInformationDialogPage class.
Definition: spotReportStatePage.h:27
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
0) Define the State Component Data. This struct replaces the legion stuff
Definition: spotReportStateComponent.h:25
Definition: informationDialogPage.h:258
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
int myMaximumNumberOfTrackReports
Definition: spotReportStatePage.h:78
makVrv::DtSignalConnectionManager myConnections
Definition: spotReportStatePage.h:79
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
Definition: spotReportStatePage.h:90
QComboBox * myReports
Definition: spotReportStatePage.h:82
QHBoxLayout * myReportLayout
Definition: spotReportStatePage.h:84
bool myForce
Definition: spotReportStatePage.h:126