AnimaL |
Tutorial |
Documentation |
#include <SFVector4GUI.h>
Inheritance diagram for X3DTK::Qt::SFVector4GUI:
Definition at line 19 of file SFVector4GUI.h.
Public Slots | |
void | changeValueX (float) |
void | changeValueY (float) |
void | changeValueZ (float) |
void | changeValueA (float) |
Signals | |
void | changed () |
Public Member Functions | |
SFVector4GUI (QString nameOfField, animal::Vec4 *Vec4ToEdit, QWidget *parent, const char *name=0, WFlags fl=0) | |
~SFVector4GUI () | |
void | setValue () |
Public Attributes | |
WFloatLineEdit * | editX |
WFloatLineEdit * | editY |
WFloatLineEdit * | editZ |
WFloatLineEdit * | editA |
Protected Attributes | |
QHBoxLayout * | SFVector4Layout |
Private Attributes | |
animal::Vec4 * | Vec4ToEdit |
|
Definition at line 23 of file SFVector4GUI.cpp. References changeValueA(), changeValueX(), changeValueY(), changeValueZ(), editA, WFloatLineEdit::setMaxFloatValue(), WFloatLineEdit::setMinFloatValue(), setValue(), SFVector4Layout, and animal::Vec4. |
|
Definition at line 66 of file SFVector4GUI.cpp. |
|
Referenced by changeValueA(), changeValueX(), changeValueY(), and changeValueZ(). |
|
Definition at line 94 of file SFVector4GUI.cpp. References changed(). Referenced by SFVector4GUI(). |
|
Definition at line 79 of file SFVector4GUI.cpp. References changed(). Referenced by SFVector4GUI(). |
|
Definition at line 84 of file SFVector4GUI.cpp. References changed(). Referenced by SFVector4GUI(). |
|
Definition at line 89 of file SFVector4GUI.cpp. References changed(). Referenced by SFVector4GUI(). |
|
Definition at line 71 of file SFVector4GUI.cpp. References editA, WFloatLineEdit::setFloatValue(), and Vec4ToEdit. Referenced by SFVector4GUI(). |
|
Definition at line 48 of file SFVector4GUI.h. Referenced by setValue(), and SFVector4GUI(). |
|
Definition at line 45 of file SFVector4GUI.h. |
|
Definition at line 46 of file SFVector4GUI.h. |
|
Definition at line 47 of file SFVector4GUI.h. |
|
Definition at line 42 of file SFVector4GUI.h. Referenced by SFVector4GUI(). |
|
Definition at line 39 of file SFVector4GUI.h. Referenced by setValue(). |