|
|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Inheritance diagram for CheckBox:Public Member Functions | |
| CheckBox () | |
| bool | getValue () const |
| bool | hasValueChanged () const |
| void | setValue (bool newValue) |
Public Member Functions inherited from Widget | |
| std::string const & | getName () const |
| void | setName (std::string const &name) |
| Widget (void *iceWidget) | |
Additional Inherited Members | |
Public Attributes inherited from Widget | |
| std::shared_ptr< WidgetImpl > | impl |
| CheckBox | ( | ) |
| bool getValue | ( | ) | const |
| bool hasValueChanged | ( | ) | const |
Definition at line 258 of file Widgets.cpp.
| void setValue | ( | bool | newValue | ) |