VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
makVrf::DtVrfSpotReportVisualizer Class Reference
Inheritance diagram for makVrf::DtVrfSpotReportVisualizer:
Inheritance graph
[legend]

Public Member Functions

 DtVrfSpotReportVisualizer (makVrv::DtBaseConnection &conn, makVrv::DtStateListener *)
 
virtual ~DtVrfSpotReportVisualizer ()
 
virtual void visualize (int modelSet=-1)
 Visualize all realized model sets for given spot report configuration. More...
 
virtual void setPickable (bool b)
 Set the Spot Report symbol to be pickable. More...
 
virtual void setCertaintyLevel (int)
 Sets the certainty level. More...
 
makVrv::DtElementID elementID () const
 Get the element ID of the entity. More...
 
virtual bool visible () const
 Sets everything to be visible/invisible. More...
 
virtual void setVisible (bool)
 
virtual void destroyVisualizersByType (int modelSet, int visualType)
 Called to destroy a visualizer by type and model set. More...
 
virtual void createVisualizersByType (int modelSet, int visualType)
 Called to create a visualizer by type and model set. More...
 
virtual void setVisualizerCreationSettings (makVrv::DtVisualizerCreationSettings *)
 
makVrv::DtVisualizerCreationSettingsvisualizerCreaationSettings () const
 

Protected Types

typedef std::map< int,
DtVrfSpotReportVisualizerSet * > 
SpotReportModelSetMap
 

Protected Member Functions

virtual void slot_objectVisibilityChanged (makVrv::DtUniqueID id, bool isShown, int context)
 
virtual void setModelSetEnabled (int modelSet, bool enabled)
 Called when a model set visualization state changes. More...
 
virtual void slot_spotReportChanged (const DtSpotReportState &s)
 Called when the spot report has changed. More...
 
virtual void slot_spotReportOptionsChanged (const DtVrfSpotReportsSettingsRecord &)
 Called when spot report options have changed. More...
 
virtual makVrv::DtUnicode chooseModelDefinition (const std::vector< makVrv::DtUnicode > &definitions)
 Chooses from the set of model definitions randomly. More...
 
virtual bool isUnknown (const std::vector< makVrv::DtUnicode > &definitions) const
 
virtual bool isUnknown (const makVrv::DtUnicode &definition) const
 
virtual void updateVisibilityBasedOnSettings ()
 
virtual void slot_objectVisibilityChanged (makVrv::DtUniqueID id, bool)
 

Protected Attributes

SpotReportModelSetMap mySpotReportModelSetMap
 
makVrv::DtBaseConnectionmySimulation
 
makVrv::DtStateListenermyListener
 
makVrv::DtSignalConnectionManager myConnections
 
DtSpotReportState mySpotReportState
 
bool myPickable
 
bool myVisible
 
makVrv::DtSignalConnectionManager myVisualUpdateConnections
 
makVrv::DtVisualizerCreationSettingsmyVisualizerCreationSettings
 
int myModelSet
 

Member Typedef Documentation

Constructor & Destructor Documentation

makVrf::DtVrfSpotReportVisualizer::DtVrfSpotReportVisualizer ( makVrv::DtBaseConnection conn,
makVrv::DtStateListener  
)
virtual makVrf::DtVrfSpotReportVisualizer::~DtVrfSpotReportVisualizer ( )
virtual

Member Function Documentation

virtual void makVrf::DtVrfSpotReportVisualizer::visualize ( int  modelSet = -1)
virtual

Visualize all realized model sets for given spot report configuration.

If no spot report configuration exists, will wait until one is set. Will also check the spot report manager to see if the spot reports should be visible given the current settings

virtual void makVrf::DtVrfSpotReportVisualizer::setPickable ( bool  b)
virtual

Set the Spot Report symbol to be pickable.

virtual void makVrf::DtVrfSpotReportVisualizer::setCertaintyLevel ( int  )
virtual

Sets the certainty level.

makVrv::DtElementID makVrf::DtVrfSpotReportVisualizer::elementID ( ) const
inline

Get the element ID of the entity.

The element ID is the unique id of the listener.

virtual bool makVrf::DtVrfSpotReportVisualizer::visible ( ) const
virtual

Sets everything to be visible/invisible.

virtual void makVrf::DtVrfSpotReportVisualizer::setVisible ( bool  )
virtual
virtual void makVrf::DtVrfSpotReportVisualizer::destroyVisualizersByType ( int  modelSet,
int  visualType 
)
virtual

Called to destroy a visualizer by type and model set.

virtual void makVrf::DtVrfSpotReportVisualizer::createVisualizersByType ( int  modelSet,
int  visualType 
)
virtual

Called to create a visualizer by type and model set.

virtual void makVrf::DtVrfSpotReportVisualizer::setVisualizerCreationSettings ( makVrv::DtVisualizerCreationSettings )
virtual
makVrv::DtVisualizerCreationSettings* makVrf::DtVrfSpotReportVisualizer::visualizerCreaationSettings ( ) const
inline
virtual void makVrf::DtVrfSpotReportVisualizer::slot_objectVisibilityChanged ( makVrv::DtUniqueID  id,
bool  isShown,
int  context 
)
protectedvirtual
virtual void makVrf::DtVrfSpotReportVisualizer::setModelSetEnabled ( int  modelSet,
bool  enabled 
)
protectedvirtual

Called when a model set visualization state changes.

Either will create or destroy a visual model set

virtual void makVrf::DtVrfSpotReportVisualizer::slot_spotReportChanged ( const DtSpotReportState s)
protectedvirtual

Called when the spot report has changed.

Check to see if spot report should be shown/hidden given current spot report settings

virtual void makVrf::DtVrfSpotReportVisualizer::slot_spotReportOptionsChanged ( const DtVrfSpotReportsSettingsRecord )
protectedvirtual

Called when spot report options have changed.

Will be used to show/hide visualizers and elements of visualizers

Reimplemented in makVrf::DtVrfTDLMessageDataVisualizer.

virtual makVrv::DtUnicode makVrf::DtVrfSpotReportVisualizer::chooseModelDefinition ( const std::vector< makVrv::DtUnicode > &  definitions)
protectedvirtual

Chooses from the set of model definitions randomly.

virtual bool makVrf::DtVrfSpotReportVisualizer::isUnknown ( const std::vector< makVrv::DtUnicode > &  definitions) const
protectedvirtual
virtual bool makVrf::DtVrfSpotReportVisualizer::isUnknown ( const makVrv::DtUnicode definition) const
protectedvirtual
virtual void makVrf::DtVrfSpotReportVisualizer::updateVisibilityBasedOnSettings ( )
protectedvirtual
virtual void makVrf::DtVrfSpotReportVisualizer::slot_objectVisibilityChanged ( makVrv::DtUniqueID  id,
bool   
)
protectedvirtual

Member Data Documentation

SpotReportModelSetMap makVrf::DtVrfSpotReportVisualizer::mySpotReportModelSetMap
protected
makVrv::DtBaseConnection& makVrf::DtVrfSpotReportVisualizer::mySimulation
protected
makVrv::DtStateListener* makVrf::DtVrfSpotReportVisualizer::myListener
protected
makVrv::DtSignalConnectionManager makVrf::DtVrfSpotReportVisualizer::myConnections
protected
DtSpotReportState makVrf::DtVrfSpotReportVisualizer::mySpotReportState
protected
bool makVrf::DtVrfSpotReportVisualizer::myPickable
protected
bool makVrf::DtVrfSpotReportVisualizer::myVisible
protected
makVrv::DtSignalConnectionManager makVrf::DtVrfSpotReportVisualizer::myVisualUpdateConnections
protected
makVrv::DtVisualizerCreationSettings* makVrf::DtVrfSpotReportVisualizer::myVisualizerCreationSettings
protected
int makVrf::DtVrfSpotReportVisualizer::myModelSet
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)