19 #include <boost/function.hpp>
23 class DtVrfSpotReportsSettingsRecord;
34 virtual bool update(
void*);
37 static std::string handlerType();
39 virtual const std::map<makVrv::DtUniqueID, double>& observedBy()
const;
49 virtual bool flushData(
bool force =
false);
50 virtual void idleTick();
53 virtual void purgeSpotters();
56 virtual void updateLastSpotterName();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
bool myHasBeenUpdated
Definition: vrfSpotReportDataHandler.h:67
bool myNeedsUpdateOnNextPass
Definition: vrfSpotReportDataHandler.h:65
makVrv::DtSignalConnectionManager myConnections
Definition: vrfSpotReportDataHandler.h:72
The Master Scenario Settings Dialog.
Definition: vrfSpotReportsSettingsRecord.h:33
Contains makVrv::DtSpotReportDataHandler class. This class, and it's subclasses, will be responsible ...
DtUUID myUUIDMarkingTextResolve
Definition: vrfSpotReportDataHandler.h:71
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: spotReportDataHandler.h:69
bool myPendingGroundTruth
Definition: vrfSpotReportDataHandler.h:66
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtSpotReport myPendingReport
Definition: vrfSpotReportDataHandler.h:62
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Definition: spotReportDataHandler.h:34
Definition: vrfSpotReportDataHandler.h:25
DtSpotReportState mySpotState
Definition: vrfSpotReportDataHandler.h:69
Base class to provide boost signal/slot management.
makVrv::DtUniqueID myContactId
Definition: vrfSpotReportDataHandler.h:70
Definition: spotReportState.h:42
double mySimTimeToReportAt
Definition: vrfSpotReportDataHandler.h:63
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
bool myNeedsReportTimeReset
Definition: vrfSpotReportDataHandler.h:64
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
Definition: vrfSpotReportDataHandler.h:75
DtSpotReport; subclass of DtSimReport.
Definition: spotReport.h:35