16 #include <matrix/vlVector.h>
20 class DtAttachableUpdaterAgent;
21 class Dt3DSegmentedLineModelAgent;
22 class DtProjectedWidgetModelAgent;
24 class DtDetonationInteractionStateListener;
43 DtSceneObjectAgent* sceneObject,
int modelSet );
60 virtual void initialize()
override;
63 virtual void setEnabled(
bool b);
79 virtual void createModelAgents();
80 virtual void destroyModelAgents();
84 virtual void connectToListenerSignals()
override;
88 virtual void setInitialValuesFromVisualizerDefinition()
override;
90 virtual void setModelDefinitionForAgents();
Dt3DSegmentedLineModelAgent * myLineAgent
Definition: DtDetonationLineVisualizer.h:100
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
DtUnicode myBackgroundImage
Definition: DtDetonationLineVisualizer.h:97
bool myOcclude
Definition: DtDetonationLineVisualizer.h:96
Definition: DtStateVisualizer.h:305
DtWidgetAgent * myDetonationIconAgent
Definition: DtDetonationLineVisualizer.h:99
double myLifeTime
Definition: DtDetonationLineVisualizer.h:94
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv:DtStateVisualizer class.
DtStateVisualizerCreatorTemplate< DtDetonationLineVisualizer > DtDetonationLineVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: DtDetonationLineVisualizer.h:116
DtSceneObjectAgent * myTemporaryDetonationSceneObjectAgent
This visualizer requires its own scene object for detonations. This scene object can be passed to the...
Definition: DtDetonationLineVisualizer.h:110
DtAttachableUpdaterAgent * myAttachableUpdater
Definition: DtDetonationLineVisualizer.h:101
The DtStateVisualizer is an abstract class. Developers derive from this to create logic that "directs...
Definition: DtStateVisualizer.h:32
DtProjectedWidgetModelAgent * myProjectedWidgetModelAgent
Definition: DtDetonationLineVisualizer.h:98
bool myEnabled
Definition: DtDetonationLineVisualizer.h:95
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
Displays a detonation line from the shooter to the detonation location and an icon at the detonation ...
Definition: DtDetonationLineVisualizer.h:31
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:56
DtDetonationInteractionStateListener * myDetonationListener
Definition: DtDetonationLineVisualizer.h:102
Base listener class for detonation interactions.
Definition: DtDetonationInteractionStateListener.h:23