Constructor & Destructor Documentation
| DtSdc2DPositionedObject::DtSdc2DPositionedObject |
( |
DtExerciseConn * |
exConn, |
|
|
unsigned |
id, |
|
|
const DtString & |
objName |
|
) |
| |
| DtSdc2DPositionedObject::~DtSdc2DPositionedObject |
( |
| ) |
|
|
virtual |
| DtSdc2DPositionedObject::DtSdc2DPositionedObject |
( |
| ) |
|
|
private |
Default constructor.
Private and not implemented - you must supply an id and basic geometric parameters to construct the ellipse or rectangle
Copy constructor.
Private and unimplemented - not copyable.
Member Function Documentation
Assignment operator.
Private and unimplemented - not copyable.
| virtual DtSdcVector2D DtSdc2DPositionedObject::position |
( |
| ) |
const |
|
pure virtual |
position accessor
Get the object's center position
- Returns
- [0.,0.] (left, bottom) to [1.,1.] (right, top)
Implemented in DtSdcEllRectBase.
| virtual void DtSdc2DPositionedObject::setPosition |
( |
const DtSdcVector2D & |
position | ) |
|
|
pure virtual |
position mutator
Set the object's center position
- Parameters
-
| position | [0.,0.] (left, bottom) to [1.,1.] (right, top) |
Implemented in DtSdcEllRectBase.
The documentation for this class was generated from the following files: