|
#include <ArmarXGui/libraries/RemoteGui/WidgetHandlers/BoolWidgets.h>
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 30 of file BoolWidgets.h.
|
inlinestatic |