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

Public Member Functions | |
| Dt3DPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~Dt3DPositionedObject () |
| virtual const DtVdc3DAttachPoint & | attachment () const =0 |
| attachment accessor | |
| virtual void | setAttachment (const DtVdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
Public Member Functions inherited from vrvControlToolkit::DtDrawControlObject | |
| DtDrawControlObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| Parameterized constructor. | |
| virtual | ~DtDrawControlObject () |
| Virtual destructor. | |
| virtual unsigned | id () const |
| id accessor | |
| virtual void | setId (unsigned id) |
| id mutator | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| virtual void | setVisible (bool yesNo) |
| virtual bool | visible () const |
| virtual bool | flashing () const |
| virtual void | setFlashing (bool yesNo) |
| virtual const DtVdcColor & | color () const |
| virtual void | setColor (const DtVdcColor &color) |
| virtual void | setRemoteGraphicSet (const std::string &setName) |
| virtual void | update ()=0 |
| update the internal publisher and tick | |
Private Member Functions | |
| Dt3DPositionedObject () | |
| Default constructor. | |
| Dt3DPositionedObject (const Dt3DPositionedObject &orig) | |
| Copy constructor. | |
| Dt3DPositionedObject & | operator= (const Dt3DPositionedObject &rhs) |
| Assignment operator. | |
Additional Inherited Members | |
Static Public Member Functions inherited from vrvControlToolkit::DtDrawControlObject | |
| static void | setPublisherCreator (DtEnvironmentProcessPublisherCreator *creator) |
Protected Attributes inherited from vrvControlToolkit::DtDrawControlObject | |
| unsigned | myId |
| DtEnvironmentProcessPublisher * | myPublisher |
| bool | myVisible |
| DtVdcColor | myEmptyColor |
Static Protected Attributes inherited from vrvControlToolkit::DtDrawControlObject | |
| static DtEnvironmentProcessPublisherCreator * | thePublisherCreator |
| vrvControlToolkit::Dt3DPositionedObject::Dt3DPositionedObject | ( | DtExerciseConn * | exConn, |
| unsigned | id, | ||
| const DtString & | objName | ||
| ) |
|
virtual |
|
private |
Default constructor.
Private and not implemented - you must supply an id and basic geometric parameters to construct the ellipse or rectangle
|
private |
Copy constructor.
Private and unimplemented - not copyable.
|
private |
Assignment operator.
Private and unimplemented - not copyable.
|
pure virtual |
attachment accessor
Get the text's attachment information
Implemented in vrvControlToolkit::DtEllipsoidCuboidBase, and vrvControlToolkit::DtText3DObject.
|
pure virtual |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in vrvControlToolkit::DtEllipsoidCuboidBase, vrvControlToolkit::DtCuboidObject, vrvControlToolkit::DtText3DObject, and vrvControlToolkit::DtEllipsoidObject.