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

Public Member Functions | |
| DtSdc3DTwoPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~DtSdc3DTwoPositionedObject () |
| virtual const DtSdc3DAttachPoint & | startAttachment () const =0 |
| attachment accessor | |
| virtual void | setStartAttachment (const DtSdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
| virtual const DtSdc3DAttachPoint & | endAttachment () const =0 |
| attachment accessor | |
| virtual void | setEndAttachment (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 | |
| DtSdc3DTwoPositionedObject () | |
| Default constructor. | |
| DtSdc3DTwoPositionedObject (const DtSdc3DTwoPositionedObject &orig) | |
| Copy constructor. | |
| DtSdc3DTwoPositionedObject & | operator= (const DtSdc3DTwoPositionedObject &rhs) |
| Assignment operator. | |
Additional Inherited Members | |
Protected Attributes inherited from DtSdcObject | |
| unsigned | myId |
| DtEnvironmentProcessPublisher | myPublisher |
| bool | myVisible |
| DtSdcColor | myEmptyColor |
| DtSdc3DTwoPositionedObject::DtSdc3DTwoPositionedObject | ( | 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 DtSdcLine3DObject, and DtSdcCylinderObject.
|
pure virtual |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in DtSdcLine3DObject, and DtSdcCylinderObject.
|
pure virtual |
attachment accessor
Get the text's attachment information
Implemented in DtSdcLine3DObject, and DtSdcCylinderObject.
|
pure virtual |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in DtSdcLine3DObject, and DtSdcCylinderObject.