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