![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtPickableQuad is a pickable widget that matches the Quad interface. More...

Public Member Functions | |
| virtual | ~DtPickableQuad () |
| Virtual DTOR. | |
| void | setPosition (float x, float y, float z, float w) |
| Set the center location of the widget. | |
| void | setRotation (float angle) |
| Set the orientation of the widget. | |
| void | setPoints (const float points[8]) |
| Set the 2d points of the widget. | |
| void | setGroup (float group) |
| Sets the group of the widget. | |
Protected Member Functions | |
| DtPickableQuad (DtWidgetPicker &picker) | |
| Protected CTOR (Instantiated by DtWidgetPicker) | |
Protected Attributes | |
| DtQuad * | myQuad |
Friends | |
| class | DtWidgetPicker |
The DtPickableQuad is a pickable widget that matches the Quad interface.
| virtual makVrv::DtPickableQuad::~DtPickableQuad | ( | ) | [virtual] |
Virtual DTOR.
| makVrv::DtPickableQuad::DtPickableQuad | ( | DtWidgetPicker & | picker | ) | [protected] |
Protected CTOR (Instantiated by DtWidgetPicker)
| void makVrv::DtPickableQuad::setPosition | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) |
Set the center location of the widget.
Depending on the coordinate system of the overlay, the position can be in 2D coordinates, 3D coordinates or 4D coordinates (packed higher precision 3D coordinates).
| void makVrv::DtPickableQuad::setRotation | ( | float | angle | ) |
Set the orientation of the widget.
| void makVrv::DtPickableQuad::setPoints | ( | const float | points[8] | ) |
Set the 2d points of the widget.
| points | 2d points in order [x0,y0,x1,y1,...] |
| void makVrv::DtPickableQuad::setGroup | ( | float | group | ) |
Sets the group of the widget.
friend class DtWidgetPicker [friend] |
Reimplemented from makVrv::DtPickableWidget.
DtQuad* makVrv::DtPickableQuad::myQuad [protected] |