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

Public Member Functions | |
| virtual | ~DtPickableQuad () |
| Virtual DTOR. More... | |
| void | setPosition (float x, float y, float z, float w) |
| Set the center location of the widget. More... | |
| void | setRotation (float angle) |
| Set the orientation of the widget. More... | |
| void | setPoints (const float points[8]) |
| Set the 2d points of the widget. More... | |
| void | setGroup (float group) |
| Sets the group of the widget. More... | |
Public Member Functions inherited from makVrv::DtPickableWidget | |
| virtual | ~DtPickableWidget () |
| DTOR. More... | |
| void | setUserData (unsigned long long data) |
| Set the element id of the widget. More... | |
| unsigned long long | userData () const |
| Get the element id of the widget. More... | |
Protected Member Functions | |
| DtPickableQuad (DtWidgetPicker &picker) | |
| Protected CTOR (Instantiated by DtWidgetPicker) More... | |
Protected Member Functions inherited from makVrv::DtPickableWidget | |
| DtPickableWidget (DtWidgetPicker &picker) | |
| Protected CTOR (Instantiated by DtWidgetPicker) More... | |
Protected Attributes | |
| DtQuad * | myQuad |
Protected Attributes inherited from makVrv::DtPickableWidget | |
| DtWidgetPicker & | myPicker |
| unsigned int | myId |
| unsigned long long | myUserData |
Friends | |
| class | DtWidgetPicker |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrv::DtPickableWidget | |
| static unsigned int | idFromColor (unsigned int) |
| Get the id from a color. More... | |
Public Attributes inherited from makVrv::DtPickableWidget | |
| boost::signalslib::signal < void(int x, int y)> | signal_mouseEnter |
| Emitted whenever a mouse enters over a widget for the first time. More... | |
| boost::signalslib::signal< void()> | signal_mouseLeave |
| Emitted whenever a mouse leaves over a widget, called before it enters another widget. More... | |
| boost::signalslib::signal < void(int x, int y)> | signal_mouseMove |
| Emitted whenever a mouse moves over a widget, including when it enters. More... | |
| boost::signalslib::signal < void(int x, int y, int button)> | signal_mousePress |
| Emitted whenever a mouse button is pressed over a widget. If a press. More... | |
| boost::signalslib::signal < void(int x, int y, int button)> | signal_mouseRelease |
| Emitted whenever a mouse button is released over a widget. More... | |
| boost::signalslib::signal < void(int x, int y, int button)> | signal_mouseDoubleClick |
| Emitted when a mouse button is doubled clicked over a widget. More... | |
| boost::signalslib::signal < void(int x, int y, int wheel)> | signal_mouseWheel |
| Emitted when a mouse wheel is scrolled over a widget. More... | |
The DtPickableQuad is a pickable widget that matches the Quad interface.
|
virtual |
Virtual DTOR.
|
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 |
|
protected |