|
|
#include <ArmarXGui/libraries/RemoteGui/WidgetHandlers/BoolWidgets.h>
Inheritance diagram for CheckBoxHandler:Static Public Member Functions | |
| static QWidgetT * | createWidget (RemoteWidgetT const &desc, CreateWidgetCallback const &createChild, const QObject *stateChangeReceiver, const char *stateChangeSlot) |
| static ValueT | handleGuiChange (RemoteWidgetT const &desc, QWidgetT *widget) |
| static void | updateGui (RemoteWidgetT const &desc, QWidgetT *widget, ValueT const &value) |
Static Public Member Functions inherited from TypedWidget< CheckBox, QCheckBox, VALUE_VARIANT_BOOL > | |
| static bool | isValid (RemoteWidgetT const &, std::ostream &out) |
Additional Inherited Members | |
Public Types inherited from TypedWidget< CheckBox, QCheckBox, VALUE_VARIANT_BOOL > | |
| using | QWidgetT = QCheckBox |
| using | RemoteWidgetT = CheckBox |
| using | ValueT = typename Storage< ValueType >::Type |
Static Public Attributes inherited from TypedWidget< CheckBox, QCheckBox, VALUE_VARIANT_BOOL > | |
| static const ValueVariantType | ValueType |
Definition at line 10 of file BoolWidgets.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 36 of file BoolWidgets.h.
|
inlinestatic |