WidgetsTab Struct Reference

#include <ArmarXGui/applications/RemoteGuiExample/RemoteGuiExample2.h>

+ 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< TabImplimpl
 

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 ()
 

Detailed Description

Definition at line 37 of file RemoteGuiExample2.h.

Member Data Documentation

◆ button

Button button

Definition at line 50 of file RemoteGuiExample2.h.

◆ checkBox

CheckBox checkBox

Definition at line 41 of file RemoteGuiExample2.h.

◆ combo

ComboBox combo

Definition at line 40 of file RemoteGuiExample2.h.

◆ floatSlider

FloatSlider floatSlider

Definition at line 48 of file RemoteGuiExample2.h.

◆ floatSpin

FloatSpinBox floatSpin

Definition at line 47 of file RemoteGuiExample2.h.

◆ intSlider

IntSlider intSlider

Definition at line 45 of file RemoteGuiExample2.h.

◆ intSpin

IntSpinBox intSpin

Definition at line 44 of file RemoteGuiExample2.h.

◆ lineEdit

LineEdit lineEdit

Definition at line 39 of file RemoteGuiExample2.h.

◆ toggle

ToggleButton toggle

Definition at line 42 of file RemoteGuiExample2.h.


The documentation for this struct was generated from the following file: