AnimaL |
Tutorial |
Documentation |
#include <SFVector3GUI.h>
Inheritance diagram for X3DTK::Qt::SFVector3GUI:
Definition at line 19 of file SFVector3GUI.h.
Public Slots | |
void | changeValueX (float) |
void | changeValueY (float) |
void | changeValueZ (float) |
Signals | |
void | changed () |
Public Member Functions | |
SFVector3GUI (QString nameOfField, animal::Vec3 *Vec3ToEdit, QWidget *parent, const char *name=0, WFlags fl=0) | |
~SFVector3GUI () | |
void | setValue () |
Public Attributes | |
WFloatLineEdit * | editX |
WFloatLineEdit * | editY |
WFloatLineEdit * | editZ |
Protected Attributes | |
QHBoxLayout * | SFVector3Layout |
Private Attributes | |
animal::Vec3 * | Vec3ToEdit |
|
Definition at line 24 of file SFVector3GUI.cpp. References changeValueX(), changeValueY(), changeValueZ(), editZ, WFloatLineEdit::setMaxFloatValue(), WFloatLineEdit::setMinFloatValue(), setValue(), and SFVector3Layout. |
|
Definition at line 62 of file SFVector3GUI.cpp. |
|
Referenced by changeValueX(), changeValueY(), and changeValueZ(). |
|
Definition at line 74 of file SFVector3GUI.cpp. References changed(). Referenced by SFVector3GUI(). |
|
Definition at line 79 of file SFVector3GUI.cpp. References changed(). Referenced by SFVector3GUI(). |
|
Definition at line 84 of file SFVector3GUI.cpp. References changed(). Referenced by SFVector3GUI(). |
|
Definition at line 67 of file SFVector3GUI.cpp. References editZ, WFloatLineEdit::setFloatValue(), and Vec3ToEdit. Referenced by SFVector3GUI(). |
|
Definition at line 44 of file SFVector3GUI.h. |
|
Definition at line 45 of file SFVector3GUI.h. |
|
Definition at line 46 of file SFVector3GUI.h. Referenced by setValue(), and SFVector3GUI(). |
|
Definition at line 41 of file SFVector3GUI.h. Referenced by SFVector3GUI(). |
|
Definition at line 38 of file SFVector3GUI.h. Referenced by setValue(). |