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