|
| | DtRectangleObject (DtExerciseConn *exConn, unsigned id, const DtVdcVector2D &position, const DtVdcVector2D &size, double rotation=0.0, double scale=1.0, DtVdcColor color=DtVdcColor::DtVdcWhite, bool fill=false, unsigned pattern=0xffffffff, bool flashing=false) |
| | Construct an Rectangle Draw Control Object. More...
|
| |
| virtual | ~DtRectangleObject () |
| |
| virtual DtVdcVector2D | position () const |
| | position accessor More...
|
| |
| virtual void | setPosition (const DtVdcVector2D &position) |
| | position mutator More...
|
| |
| virtual DtVdcVector2D | size () const |
| | size accessor More...
|
| |
| virtual void | setSize (const DtVdcVector2D &size) |
| | size mutator More...
|
| |
| virtual double | rotation () const |
| | rotation accessor More...
|
| |
| virtual void | setRotation (double rotation) |
| | rotation mutator More...
|
| |
| virtual const DtVdcColor & | color () const |
| | color accessor More...
|
| |
| virtual void | setColor (const DtVdcColor &color) |
| | color mutator More...
|
| |
| virtual bool | fill () const |
| | fill accessor More...
|
| |
| virtual void | setFill (bool fill) |
| | fill mutator More...
|
| |
| virtual unsigned | pattern () const |
| | pattern accessor More...
|
| |
| virtual void | setPattern (unsigned pattern) |
| | pattern mutator More...
|
| |
| virtual bool | flashing () const |
| | flashing accessor More...
|
| |
| virtual void | setFlashing (bool flashing) |
| | flashing mutator More...
|
| |
| virtual double | scale () const |
| | scale accessor More...
|
| |
| virtual void | setScale (double scale) |
| | scale mutator More...
|
| |
| virtual void | setRemoteGraphicSet (const std::string &setName) |
| |
| virtual void | update () |
| | update the internal pdu More...
|
| |
| | Dt2DPositionedObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) |
| |
| virtual | ~Dt2DPositionedObject () |
| |
| | DtDrawControlObject (DtExerciseConn *exConn, unsigned id, const DtString &objName) |
| | Parameterized constructor. More...
|
| |
| virtual | ~DtDrawControlObject () |
| | Virtual destructor. More...
|
| |
| virtual unsigned | id () const |
| | id accessor More...
|
| |
| virtual void | setId (unsigned id) |
| | id mutator More...
|
| |
virtual const
DtGlobalObjectDesignator & | globalId () const |
| |
| virtual void | setVisible (bool yesNo) |
| |
| virtual bool | visible () const |
| |
A 2D rectangular Stealth Draw Control Object.
DtRectangleObject represents an Rectangular Draw Control Object that can be sent to a MAK Stealth to be drawn on its main view. The class inherits DtEllipseRectangleBase; it only needs to set the appropriate object type in its constructor.