![]() |
VR-Vantage API Documentation
|

Public Member Functions | |
| DtSdc3DPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~DtSdc3DPositionedObject () |
| virtual const DtSdc3DAttachPoint & | attachment () const =0 |
| attachment accessor | |
| virtual void | setAttachment (const DtSdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
Public Member Functions inherited from DtSdcObject | |
| DtSdcObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| Parameterized constructor. | |
| virtual | ~DtSdcObject () |
| 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 DtSdcColor & | color () const |
| virtual void | setColor (const DtSdcColor &color) |
| virtual void | setRemoteGraphicSet (const std::string &setName) |
| virtual void | update ()=0 |
| update the internal publisher and tick | |
Private Member Functions | |
| DtSdc3DPositionedObject () | |
| Default constructor. | |
| DtSdc3DPositionedObject (const DtSdc3DPositionedObject &orig) | |
| Copy constructor. | |
| DtSdc3DPositionedObject & | operator= (const DtSdc3DPositionedObject &rhs) |
| Assignment operator. | |
Additional Inherited Members | |
Protected Attributes inherited from DtSdcObject | |
| unsigned | myId |
| DtEnvironmentProcessPublisher | myPublisher |
| bool | myVisible |
| DtSdcColor | myEmptyColor |
| DtSdc3DPositionedObject::DtSdc3DPositionedObject | ( | 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 DtSdcText3DObject, and DtSdcEllipsoidCuboidBase.
|
pure virtual |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in DtSdcText3DObject, DtSdcEllipsoidObject, DtSdcCuboidObject, and DtSdcEllipsoidCuboidBase.