|  | 
#include <ArmarXGui/applications/RemoteGuiExample/RemoteGuiExample2.h>
 Inheritance diagram for WidgetsTab:
 Inheritance diagram for WidgetsTab:| Public Attributes | |
| Button | button | 
| CheckBox | checkBox | 
| ComboBox | combo | 
| FloatSlider | floatSlider | 
| FloatSpinBox | floatSpin | 
| IntSlider | intSlider | 
| IntSpinBox | intSpin | 
| LineEdit | lineEdit | 
| ToggleButton | toggle | 
|  Public Attributes inherited from Tab | |
| std::unique_ptr< TabImpl > | impl | 
| Additional Inherited Members | |
|  Public Member Functions inherited from Tab | |
| void | create (std::string const &name, Ice::ObjectPrx const &remoteGuiObject, Widget const &rootWidget) | 
| void | receiveUpdates () | 
| void | remove () | 
| void | sendUpdates () | 
| Tab () | |
| Tab (Tab &&other) | |
| ~Tab () | |
Definition at line 35 of file RemoteGuiExample2.h.
| Button button | 
Definition at line 48 of file RemoteGuiExample2.h.
| CheckBox checkBox | 
Definition at line 39 of file RemoteGuiExample2.h.
| ComboBox combo | 
Definition at line 38 of file RemoteGuiExample2.h.
| FloatSlider floatSlider | 
Definition at line 46 of file RemoteGuiExample2.h.
| FloatSpinBox floatSpin | 
Definition at line 45 of file RemoteGuiExample2.h.
| IntSlider intSlider | 
Definition at line 43 of file RemoteGuiExample2.h.
| IntSpinBox intSpin | 
Definition at line 42 of file RemoteGuiExample2.h.
| LineEdit lineEdit | 
Definition at line 37 of file RemoteGuiExample2.h.
| ToggleButton toggle | 
Definition at line 40 of file RemoteGuiExample2.h.