![]() |
VR-Forces Developer's Guide
|
TacticalGraphic Symbol decoration visualizer.

Static Public Member Functions | |
| static const DtStateVisualizer::TypeInfo & | theTypeInfo () |
Protected Member Functions | |
| virtual void | setModelDefinitionForAgents () override |
| virtual void | setInitialValuesFromVisualizerDefinition () |
| virtual void | updateVertices () |
Protected Member Functions inherited from makVrv::DtStateVisualizer | |
| virtual void | makeVisible () |
| virtual bool | isVisible () const |
| template<typename T , typename C > | |
| void | connectAndUpdate (boost::signalslib::signal< void(T)> &sig, void(C::*fp)(T), T val) |
Protected Attributes | |
| vrvTacticalGraphicUtilities::DtVerticesVector | myVertexList |
| DtUnicode | myTextToRender |
| DtUnicode | myPrefixText |
| DtUnicode | myPostfixText |
| DtUnicode | myPrefixPostfixSeparatorText |
| float | myColor [4] |
| float | mySelectedColor [4] |
| DtTacticalGraphicStateListener * | myTacticalGraphicListener |
| DtOverlayScreenIntervaledTextModelAgent * | myScreenIntervaledTextModelAgent |
| std::string | myFontFile |
| int | myFontSize |
| bool | myClosedFigure |
| bool | myIsNameRendered |
Protected Attributes inherited from makVrv::DtStateVisualizer | |
| DtBaseConnection & | mySimulation |
| DtStateListener & | myListener |
| bool | myDistributeFlag |
| DtUniqueID | mySceneObjectID |
| std::string | myName |
| std::string | myModelDefinition |
| DtSignalConnectionManager | myConnections |
| DtModelSetId | myModelSet |
| int | myVisualizerType |
| bool | myPickable |
| bool | myVisible |
| const DtVisualizerDefinition * | myVisualizerDefinition |
| DtSceneObjectAgent * | mySceneObjectAgent |
| bool | myInitialInitializeDone |
| ShowHideContextVector | myVisualizerShowHideContexts |
Additional Inherited Members | |
Public Types inherited from makVrv::DtStateVisualizer | |
| enum | Type { AllVisualizerTypes = 0, EntityVisualizerType = 1, EnvironmentalVisualizerType, InteractionVisualizerType, AggregateVisualizerType, IntervisibilityVisualizerType, TacticalSmokeVisualizerType, UserType = 10000 } |
Protected Types inherited from makVrv::DtStateVisualizer | |
| typedef std::vector < DtVisualizerShowHideContext::VisualizerShowHideContext > | ShowHideContextVector |
| makVrv::DtOverlayScreenIntervaledTextVisualizer::DtOverlayScreenIntervaledTextVisualizer | ( | DtBaseConnection & | simulation, |
| DtStateListener & | listener, | ||
| DtSceneObjectAgent * | sceneObject, | ||
| DtModelSetId | modelSet | ||
| ) |
CTOR.
| simulation | the DtBaseConnection this visualizer will use |
| listener | the DtTacticalGraphicStateListener for this visualizer's entity |
| sceneObject | SceneObjectAgent this visualizer adds a model to |
| modelSet | the model set this visualizer belongs to |
|
virtual |
DTOR Cleans up the model agents associated with this visualizer.
|
delete |
not allowed - default constructor
|
delete |
not allowed - copy constructor
|
delete |
not allowed = equals operator
|
overridevirtual |
Initialize the visualizer.
Reimplemented from makVrv::DtStateVisualizer.
|
overridevirtual |
Connect the visualizer to the listeners signals.
Reimplemented from makVrv::DtStateVisualizer.
|
virtual |
The instance's type info.
Implements makVrv::DtStateVisualizer.
|
static |
This class's type info.
|
overridevirtual |
Implements makVrv::DtStateVisualizer.
|
overridevirtual |
Implements makVrv::DtStateVisualizer.
|
virtual |
Get the label's font file "$(SHARED_DATA_DIR)/Fonts/FreeSans.otf" by default.
|
virtual |
Set the label's font file.
|
virtual |
Gets the label's font size 14 by default.
|
virtual |
Sets the label's font size.
|
virtual |
Set the local vertex list.
| const vrvTacticalGraphicUtilities::DtVerticesVector& makVrv::DtOverlayScreenIntervaledTextVisualizer::localVertexList | ( | ) | const |
Get the current vertex list.
|
virtual |
Sets the color of the object.
| void makVrv::DtOverlayScreenIntervaledTextVisualizer::getColor | ( | float & | r, |
| float & | g, | ||
| float & | b, | ||
| float & | a | ||
| ) | const |
Gets the color of the object.
|
virtual |
Sets whether or not figure is a closed figure (area vs. line)
| bool makVrv::DtOverlayScreenIntervaledTextVisualizer::closedFigure | ( | ) | const |
Gets whether or not figure is a closed figure (area vs. line)
|
virtual |
Slot that is called when the tactical graphic widget color is set Bound to the listener's signal_colorSet.
|
virtual |
Slot that is called when the tactical graphic name is set Bound to the listener's signal_nameChanged.
|
virtual |
Slot that is called when the tactical graphic text font changes Bound to the listener's signal_fontChanged.
|
virtual |
Slot that is called when the tactical graphic's isClosedFigure property changes Bound to the listener's signal_closedFigureChanged.
|
virtual |
Slot that is called when a vertex is added to the object Bound to the listener's signal_vertexAdded.
|
virtual |
Slot that is called when a vertex is removed from the object Bound to the listener's signal_vertexRemoved.
|
virtual |
Slot that is called when a vertex is inserted at a particular index Bound to the listener's signal_insertVertex.
|
virtual |
Slot that is called when a vertex is moved to a particular index Bound to the listener's signal_vertexMoved.
|
virtual |
Slot that is called when the vertex list changes Bound to the listener's signal_vertexListUpdated.
|
virtual |
Overriden to update color of text when the tactical graphic is selected.
Reimplemented from makVrv::DtStateVisualizer.
|
overrideprotectedvirtual |
Implements makVrv::DtStateVisualizer.
|
protectedvirtual |
Sets member variables from the visualizer definition if they exist Should not call this directly. Called by initialize.
Reimplemented from makVrv::DtStateVisualizer.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
color of the tactical graphic
|
protected |
selected color of the tactical graphic
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Whether or not figure is a closed figure (area vs. line)
|
protected |