20 class DtSpotReportListenerImplementation;
22 namespace makVrfGuiObjectInformationQt
24 class DtInformationDialogPageLogic;
32 , mySpotReportListener(0)
38 , mySpotReportListener(0)
42 virtual std::string valueFor(
const std::string& spotReportValue,
makVrv::DtUniqueID id);
45 virtual std::string spotReportType()
const = 0;
47 virtual DtVector vector(
const std::string& val)
const;
48 virtual DtTaitBryan orientation(
const std::string& val)
const;
49 virtual bool mouseReleaseEvent();
78 static std::string creatorName();
82 return "CombatIdentificationLevel";
106 static std::string creatorName();
110 return "ObservedAgentType";
138 return "DetectionErrorRange";
141 static std::string creatorName();
165 return "DetectionErrorHoriz";
168 static std::string creatorName();
192 return "DetectionErrorVert";
195 static std::string creatorName();
218 virtual bool mouseReleaseEvent();
220 static std::string creatorName();
249 return "PerceivedForce";
252 static std::string creatorName();
276 return "PerceivedLocation";
279 static std::string creatorName();
303 return "PerceivedActivity";
306 static std::string creatorName();
330 return "PerceivedHealth";
333 static std::string creatorName();
357 return "PerceivedAppearance";
360 static std::string creatorName();
385 return "PerceivedVelocity";
388 static std::string creatorName();
412 return "PerceivedVelocity";
415 static std::string creatorName();
439 return "PerceivedOrientation";
442 static std::string creatorName();
466 return "PerceivedType";
469 static std::string creatorName();
493 return "TimeOfContact";
496 static std::string creatorName();
519 return "OriginalTimeOfContact";
522 static std::string creatorName();
546 return "DateAndTimeOfReport";
549 static std::string creatorName();
573 return "EngagementResult";
576 static std::string creatorName();
591 void setName(
const std::string& s) { myName = s; };
592 const std::string&
name()
const {
return myName; };
594 void setTitle(
const QString& title) { myTitle = title; };
595 const QString&
title()
const {
return myTitle; };
597 void setValue(
const QString& value) { myValue = value; };
598 const QString&
value()
const {
return myValue; };
Definition: informationDialogPage.h:406
Definition: spotReportListenerImplementation.h:24
Contains makVrv::DtStateView class.
Contains makVrv::DtInformationDialogPage class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Definition: spotReportState.h:42
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:72