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

Public Member Functions | |
| Dt2DPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) | |
| virtual | ~Dt2DPositionedObject () |
| virtual DtVdcVector2D | position () const =0 |
| position accessor | |
| virtual void | setPosition (const DtVdcVector2D &position)=0 |
| position 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 | |
| Dt2DPositionedObject () | |
| Default constructor. | |
| Dt2DPositionedObject (const Dt2DPositionedObject &orig) | |
| Copy constructor. | |
| Dt2DPositionedObject & | operator= (const Dt2DPositionedObject &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::Dt2DPositionedObject::Dt2DPositionedObject | ( | 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 |
position accessor
Get the object's center position
Implemented in vrvControlToolkit::DtEllipseRectangleBase.
|
pure virtual |
position mutator
Set the object's center position
| position | [0.,0.] (left, bottom) to [1.,1.] (right, top) |
Implemented in vrvControlToolkit::DtEllipseRectangleBase.