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