IntSpinBoxHandler Struct Reference

#include <ArmarXGui/libraries/RemoteGui/WidgetHandlers/IntegerWidgets.h>

+ Inheritance diagram for IntSpinBoxHandler:

Static Public Member Functions

static QWidgetTcreateWidget (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
 

Detailed Description

Definition at line 11 of file IntegerWidgets.h.

Member Function Documentation

◆ createWidget()

static QWidgetT* createWidget ( RemoteWidgetT const &  desc,
CreateWidgetCallback const &  createChild,
const QObject *  stateChangeReceiver,
const char *  stateChangeSlot 
)
inlinestatic

Definition at line 13 of file IntegerWidgets.h.

◆ handleGuiChange()

static ValueT handleGuiChange ( RemoteWidgetT const &  desc,
QWidgetT widget 
)
inlinestatic

Definition at line 33 of file IntegerWidgets.h.

◆ updateGui()

static void updateGui ( RemoteWidgetT const &  desc,
QWidgetT widget,
ValueT const &  value 
)
inlinestatic

Definition at line 28 of file IntegerWidgets.h.

+ Here is the call graph for this function:

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