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 "DetectionError";
141 static std::string creatorName();
164 virtual bool mouseReleaseEvent();
166 static std::string creatorName();
195 return "PerceivedForce";
198 static std::string creatorName();
222 return "PerceivedLocation";
225 static std::string creatorName();
249 return "PerceivedActivity";
252 static std::string creatorName();
276 return "PerceivedHealth";
279 static std::string creatorName();
303 return "PerceivedAppearance";
306 static std::string creatorName();
331 return "PerceivedVelocity";
334 static std::string creatorName();
358 return "PerceivedVelocity";
361 static std::string creatorName();
385 return "PerceivedOrientation";
388 static std::string creatorName();
412 return "PerceivedType";
415 static std::string creatorName();
439 return "TimeOfContact";
442 static std::string creatorName();
465 return "OriginalTimeOfContact";
468 static std::string creatorName();
492 return "DateAndTimeOfReport";
495 static std::string creatorName();
519 return "EngagementResult";
522 static std::string creatorName();
537 void setName(
const std::string& s) { myName = s; };
538 const std::string&
name()
const {
return myName; };
540 void setTitle(
const QString& title) { myTitle = title; };
541 const QString&
title()
const {
return myTitle; };
543 void setValue(
const QString& value) { myValue = value; };
544 const QString&
value()
const {
return myValue; };
Definition: informationDialogPage.h:397
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.
Definition: DtDe.h:69