20 class DtSharedSettingsManager;
25 class DtInfluenceManager;
26 class DtVrfStateViewCollectionManager;
36 virtual void doAttachment(
double);
38 virtual void setName(std::string);
42 virtual int baseColor()
const;
44 virtual void setColor(
int color,
const std::set<int>& rings = std::set<int>());
std::string myName
Definition: attackAnimation.h:48
This class will be used to receive influence interactions and create or manage objects that will repr...
Definition: influenceManager.h:95
int myLastColor
Definition: attackAnimation.h:53
makVrv::DtSharedSettingsManager & mySettingsManager
Definition: attackAnimation.h:51
DtInfluenceManager & myInfluenceManager
Definition: attackAnimation.h:49
Definition: attackAnimation.h:28
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains the makVrv::DtAttachableUpdater class declaration.
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
bool myInAnimation
Definition: attackAnimation.h:52
makVrv::DtElementID myEntityId
Definition: attackAnimation.h:47
A DtAttachableUpdater updates a scene an object that can be positioned in the scene by (possibly) att...
Definition: DtAttachableUpdater.h:35
std::set< int > myAnimatingRings
Definition: attackAnimation.h:55
This class is the central point for looking up information about a particular object in the VRF GUI...
Definition: vrfStateViewCollectionManager.h:143
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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:72
DtVrfStateViewCollectionManager & myCollectionManager
Definition: attackAnimation.h:50