ProjectedTextures
Prototype software for spacial augmented reality applications.
|
#include <ObjectWidget.h>
Public Slots | |
void | changedTranslation (double value) |
void | changedRotation (double value) |
void | changedScale (double value) |
Signals | |
void | updateTranslation (float x, float y, float z) |
void | updateRotation (float x, float y, float z) |
void | updateScale (float s) |
Public Member Functions | |
ObjectWidget (Geometry *geometry, QWidget *parent=0) | |
~ObjectWidget () | |
Protected Attributes | |
Geometry * | geometry |
Allows changing the color set and the transformation of a rendered object in the GUI; displays a legend for the current color coding.
ObjectWidget::ObjectWidget | ( | Geometry * | geometry, |
QWidget * | parent = 0 |
||
) |
ObjectWidget::~ObjectWidget | ( | ) |
|
slot |
is called when the rotation is changed from the GUI
|
slot |
is called when the scale is changed from the GUI
|
slot |
is called when the translation is changed from the GUI
|
signal |
sends a new rotation to the object for updating
|
signal |
sends a new scale to the object for updating
|
signal |
sends a new translation to the object for updating
|
protected |
the object connected to this widget