![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtExternalDataVisualHandlerInterface (makVrv::DtDe &, makVrv::DtUniqueID id) | |
| virtual | ~DtExternalDataVisualHandlerInterface () |
| makVrv::DtUniqueID | uniqueID () const |
| virtual void | setModelSet (int) |
| Model set to display for. -1 means all. More... | |
| int | modelSet () const |
| virtual void | update (const DtExternalDataState &s, makVrv::DtUniqueID id)=0 |
| Called to update spot report with data. More... | |
| virtual const DtSpotReportState & | state () const =0 |
| Returns the spot report state for this item. More... | |
| virtual bool | tick (double dT)=0 |
| Called to tick spot report with dT since last tick. More... | |
| virtual void | destroyVisualizersByType (int modelSet, int visualType)=0 |
| Called to destroy a visualizer by type and model set. More... | |
| virtual void | createVisualizersByType (int modelSet, int visualType)=0 |
| Called to create a visualizer by type and model set. More... | |
| virtual void | setVisualizerCreationSettings (makVrv::DtVisualizerCreationSettings *) |
| makVrv::DtVisualizerCreationSettings * | visualizerCreaationSettings () const |
| virtual makVrv::DtStateListener * | spotReportListener ()=0 |
| virtual const makVrv::DtStateListener * | spotReportListener () const =0 |
| virtual bool | isValidDataState (const DtExternalDataState &s) const =0 |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtUniqueID | myUniqueId |
| makVrv::DtVisualizerCreationSettings * | myVisualizerCreationSettings |
| int | myModelSet |
| makVrf::DtExternalDataVisualHandlerInterface::DtExternalDataVisualHandlerInterface | ( | makVrv::DtDe & | , |
| makVrv::DtUniqueID | id | ||
| ) |
|
virtual |
|
inline |
|
virtual |
Model set to display for. -1 means all.
|
inline |
|
pure virtual |
Called to update spot report with data.
Implemented in makVrf::DtVrfSpotReportVisualHandler, and makVrf::DtVrfTDLMessageDataVisualHandler.
|
pure virtual |
Returns the spot report state for this item.
Implemented in makVrf::DtVrfSpotReportVisualHandler.
Called to tick spot report with dT since last tick.
Return false if this spot report should be removed
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
pure virtual |
Called to destroy a visualizer by type and model set.
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
pure virtual |
Called to create a visualizer by type and model set.
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
virtual |
|
inline |
|
pure virtual |
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
pure virtual |
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
pure virtual |
Implemented in makVrf::DtVrfSpotReportVisualHandler, and makVrf::DtVrfTDLMessageDataVisualHandler.
|
protected |
|
protected |
|
protected |
|
protected |