22 class DtSpotReportListenerImplementation;
23 struct DtSpotReportState;
25 namespace makVrfGuiObjectInformationQt
43 virtual QString title();
46 virtual const std::string& pageClassName()
const;
49 static const std::string& thePageClassName();
53 virtual void setHideReports(
bool b);
57 virtual void setMaximumNumberOfTrackReports(
int);
60 return myMaximumNumberOfTrackReports;
62 virtual void spotReportsRemovedFromTimeout(
int);
65 virtual void activate();
67 virtual void dateTimeFormatChanged();
68 virtual QString formatDateTime(time_t)
const;
71 virtual void reportChanged();
96 virtual void setShowDictionary(
bool);
99 return myShowDictionary;
102 virtual void setSelectedState(
int);
105 return mySelectedState;
111 virtual void currentReportChanged();
113 virtual void maximumNumberOfTrackReportsChanged(
int);
114 virtual void keepReportsForTimePeriodChanged(
bool);
115 virtual void spotReportsRemovedFromTimeout(
int);
QLabel * myLabel
Definition: spotReportStatePage.h:79
bool showDictionary() const
Definition: spotReportStatePage.h:97
std::list< DtPagePath > PagePathList
Definition: DtPageConfiguration.h:30
int maximumNumberOfTrackReports() const
Definition: spotReportStatePage.h:58
int selectedState() const
Definition: spotReportStatePage.h:103
Definition: informationDialogPage.h:397
Definition: spotReportListenerImplementation.h:24
bool myShowDictionary
Definition: spotReportStatePage.h:118
Contains makVrv::DtEntityStatePageLogic class.
int mySelectedState
Definition: spotReportStatePage.h:119
DtSpotReportListenerImplementation * mySpotReportListener
Definition: spotReportStatePage.h:120
Contains makVrv::DtInformationDialogPage class.
Definition: spotReportStatePage.h:27
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: informationDialogPage.h:259
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
int myMaximumNumberOfTrackReports
Definition: spotReportStatePage.h:74
Definition: spotReportState.h:42
makVrv::DtSignalConnectionManager myConnections
Definition: spotReportStatePage.h:75
ShowStatus
Definition: informationDialogPage.h:265
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: spotReportStatePage.h:86
QComboBox * myReports
Definition: spotReportStatePage.h:78
QHBoxLayout * myReportLayout
Definition: spotReportStatePage.h:80
bool myForce
Definition: spotReportStatePage.h:121