AnimaL |
Tutorial |
Documentation |
#include <SFIntGUI.h>
Inheritance diagram for X3DTK::Qt::SFIntGUI:
Definition at line 18 of file SFIntGUI.h.
Public Slots | |
void | changeValue (int) |
Signals | |
void | changed () |
Public Member Functions | |
SFIntGUI (QString nameOfField, int *intToEdit, QWidget *parent, const char *name=0, WFlags fl=0) | |
~SFIntGUI () | |
void | setValue () |
Public Attributes | |
QSpinBox * | spinBox |
Protected Attributes | |
QHBoxLayout * | SFIntLayout |
Private Attributes | |
int * | intToEdit |
|
Definition at line 19 of file SFIntGUI.cpp. References changeValue(), setValue(), SFIntLayout, and spinBox. |
|
Definition at line 45 of file SFIntGUI.cpp. |
|
Referenced by changeValue(). |
|
Definition at line 55 of file SFIntGUI.cpp. References changed(), and intToEdit. Referenced by SFIntGUI(). |
|
Definition at line 50 of file SFIntGUI.cpp. References intToEdit, and spinBox. Referenced by SFIntGUI(). |
|
Definition at line 35 of file SFIntGUI.h. Referenced by changeValue(), and setValue(). |
|
Definition at line 38 of file SFIntGUI.h. Referenced by SFIntGUI(). |
|
Definition at line 41 of file SFIntGUI.h. Referenced by setValue(), and SFIntGUI(). |