|
|
#include <ArmarXGui/libraries/RemoteGui/WidgetHandlers/IntegerWidgets.h>
Inheritance diagram for IntSpinBoxHandler: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< IntSpinBox, QSpinBox, VALUE_VARIANT_INT > | |
| static bool | isValid (RemoteWidgetT const &, std::ostream &out) |
Additional Inherited Members | |
Public Types inherited from TypedWidget< IntSpinBox, QSpinBox, VALUE_VARIANT_INT > | |
| using | QWidgetT = QSpinBox |
| using | RemoteWidgetT = IntSpinBox |
| using | ValueT = typename Storage< ValueType >::Type |
Static Public Attributes inherited from TypedWidget< IntSpinBox, QSpinBox, VALUE_VARIANT_INT > | |
| static const ValueVariantType | ValueType |
Definition at line 11 of file IntegerWidgets.h.
|
inlinestatic |
Definition at line 14 of file IntegerWidgets.h.
|
inlinestatic |
Definition at line 39 of file IntegerWidgets.h.
|
inlinestatic |