27 class DtSensorContactLinesModel;
42 virtual void update(
DtTime tNow );
51 virtual void setEnabled(
bool);
54 virtual bool needsUpdate(
DtTime tNow );
57 virtual void slot_sensorContactLinesModelToBeDestroyed(
makVrv::DtModel*);
61 virtual void connectSceneObject();
66 Object() : sceneObject(0), spotReportSceneObject(0), sceneObjectConnections(0), spotReportConnections(0) {};
81 virtual bool findSpotReportFor(
Object&);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
voidpf uLong int origin
Definition: ioapi.h:42
An abstract base class for objects that require updates. This object automatically adds itself to a D...
Definition: DtTickable.h:26
std::map< std::string, DtSensorInformation > DtSensorInformationMap
Definition: vrfSensorInfoManager.h:60
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Contains the declaration for makVrv::DtTickable.
A DtSceneObject represents an object that can be positioned in the scene by (possibly) attaching it t...
Definition: DtSceneObject.h:42
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:55
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:70