AnimaL |
Tutorial |
Documentation |
#include <SFFloatGUI.h>
Inheritance diagram for X3DTK::Qt::SFFloatGUI:
Definition at line 18 of file SFFloatGUI.h.
Public Slots | |
void | changeValue (float) |
Signals | |
void | changed () |
Public Member Functions | |
SFFloatGUI (QString nameOfField, float *floatToEdit, QWidget *parent, const char *name=0, WFlags fl=0) | |
~SFFloatGUI () | |
void | setValue () |
Public Attributes | |
WFloatLineEdit * | editSFFloat |
Protected Attributes | |
QHBoxLayout * | SFFloatLayout |
Private Attributes | |
float * | floatToEdit |
|
Definition at line 23 of file SFFloatGUI.cpp. References changeValue(), editSFFloat, WFloatLineEdit::setMaxFloatValue(), WFloatLineEdit::setMinFloatValue(), setValue(), and SFFloatLayout. |
|
Definition at line 53 of file SFFloatGUI.cpp. |
|
Referenced by changeValue(). |
|
Definition at line 63 of file SFFloatGUI.cpp. References changed(), and floatToEdit. Referenced by SFFloatGUI(). |
|
Definition at line 58 of file SFFloatGUI.cpp. References editSFFloat, floatToEdit, and WFloatLineEdit::setFloatValue(). Referenced by SFFloatGUI(). |
|
Definition at line 41 of file SFFloatGUI.h. Referenced by setValue(), and SFFloatGUI(). |
|
Definition at line 35 of file SFFloatGUI.h. Referenced by changeValue(), and setValue(). |
|
Definition at line 38 of file SFFloatGUI.h. Referenced by SFFloatGUI(). |