AnimaL |
Tutorial |
Documentation |
#include <X3DSFVec2fGUI.h>
Inheritance diagram for X3DTK::Qt::X3DSFVec2fGUI:
Definition at line 19 of file X3DSFVec2fGUI.h.
Public Slots | |
void | changeValueX (float) |
void | changeValueY (float) |
Signals | |
void | changed () |
Public Member Functions | |
X3DSFVec2fGUI (QString nameOfField, X3DTK::SFVec2f *Vec3ToEdit, QWidget *parent, const char *name=0, WFlags fl=0) | |
~X3DSFVec2fGUI () | |
void | setValue () |
Public Attributes | |
WFloatLineEdit * | editX |
WFloatLineEdit * | editY |
Protected Attributes | |
QHBoxLayout * | SFVector2Layout |
Private Attributes | |
X3DTK::SFVec2f * | Vec2ToEdit |
|
Definition at line 24 of file X3DSFVec2fGUI.cpp. References changeValueX(), changeValueY(), WFloatLineEdit::setMaxFloatValue(), WFloatLineEdit::setMinFloatValue(), and setValue(). |
|
Definition at line 57 of file X3DSFVec2fGUI.cpp. |
|
Referenced by changeValueX(), and changeValueY(). |
|
Definition at line 68 of file X3DSFVec2fGUI.cpp. References changed(). Referenced by X3DSFVec2fGUI(). |
|
Definition at line 73 of file X3DSFVec2fGUI.cpp. References changed(). Referenced by X3DSFVec2fGUI(). |
|
Definition at line 62 of file X3DSFVec2fGUI.cpp. References WFloatLineEdit::setFloatValue(). Referenced by X3DSFVec2fGUI(). |
|
Definition at line 43 of file X3DSFVec2fGUI.h. |
|
Definition at line 44 of file X3DSFVec2fGUI.h. |
|
Definition at line 40 of file X3DSFVec2fGUI.h. |
|
Definition at line 37 of file X3DSFVec2fGUI.h. |