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

Public Member Functions | |
| Dt3DTwoPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~Dt3DTwoPositionedObject () |
| virtual const DtVdc3DAttachPoint & | startAttachment () const =0 |
| attachment accessor | |
| virtual void | setStartAttachment (const DtVdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
| virtual const DtVdc3DAttachPoint & | endAttachment () const =0 |
| attachment accessor | |
| virtual void | setEndAttachment (const DtVdc3DAttachPoint &attachment)=0 |
| attachment mutator | |
Private Member Functions | |
| Dt3DTwoPositionedObject () | |
| Default constructor. | |
| Dt3DTwoPositionedObject (const Dt3DTwoPositionedObject &orig) | |
| Copy constructor. | |
| Dt3DTwoPositionedObject & | operator= (const Dt3DTwoPositionedObject &rhs) |
| Assignment operator. | |
| vrvControlToolkit::Dt3DTwoPositionedObject::Dt3DTwoPositionedObject | ( | DtExerciseConn * | exConn, |
| unsigned | id, | ||
| const DtString & | objName | ||
| ) |
| virtual vrvControlToolkit::Dt3DTwoPositionedObject::~Dt3DTwoPositionedObject | ( | ) | [virtual] |
Default constructor.
Private and not implemented - you must supply an id and basic geometric parameters to construct the ellipse or rectangle
| vrvControlToolkit::Dt3DTwoPositionedObject::Dt3DTwoPositionedObject | ( | const Dt3DTwoPositionedObject & | orig | ) | [private] |
Copy constructor.
Private and unimplemented - not copyable.
| Dt3DTwoPositionedObject& vrvControlToolkit::Dt3DTwoPositionedObject::operator= | ( | const Dt3DTwoPositionedObject & | rhs | ) | [private] |
Assignment operator.
Private and unimplemented - not copyable.
| virtual const DtVdc3DAttachPoint& vrvControlToolkit::Dt3DTwoPositionedObject::startAttachment | ( | ) | const [pure virtual] |
attachment accessor
Get the text's attachment information
Implemented in vrvControlToolkit::DtCylinderObject, and vrvControlToolkit::DtLine3DObject.
| virtual void vrvControlToolkit::Dt3DTwoPositionedObject::setStartAttachment | ( | const DtVdc3DAttachPoint & | attachment | ) | [pure virtual] |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in vrvControlToolkit::DtCylinderObject, and vrvControlToolkit::DtLine3DObject.
| virtual const DtVdc3DAttachPoint& vrvControlToolkit::Dt3DTwoPositionedObject::endAttachment | ( | ) | const [pure virtual] |
attachment accessor
Get the text's attachment information
Implemented in vrvControlToolkit::DtCylinderObject, and vrvControlToolkit::DtLine3DObject.
| virtual void vrvControlToolkit::Dt3DTwoPositionedObject::setEndAttachment | ( | const DtVdc3DAttachPoint & | attachment | ) | [pure virtual] |
attachment mutator
Set the text's attachment information
| attachment |
Implemented in vrvControlToolkit::DtCylinderObject, and vrvControlToolkit::DtLine3DObject.