FloatSpinBoxHandler Struct Reference

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

+ Inheritance diagram for FloatSpinBoxHandler:

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 bool isValid (RemoteWidgetT const &desc, std::ostream &out)
 
static void updateGui (RemoteWidgetT const &desc, QWidgetT *widget, ValueT const &value)
 
- Static Public Member Functions inherited from TypedWidget< FloatSpinBox, QDoubleSpinBox, VALUE_VARIANT_FLOAT >
static bool isValid (RemoteWidgetT const &, std::ostream &out)
 

Additional Inherited Members

- Public Types inherited from TypedWidget< FloatSpinBox, QDoubleSpinBox, VALUE_VARIANT_FLOAT >
using QWidgetT = QDoubleSpinBox
 
using RemoteWidgetT = FloatSpinBox
 
using ValueT = typename Storage< ValueType >::Type
 
- Static Public Attributes inherited from TypedWidget< FloatSpinBox, QDoubleSpinBox, VALUE_VARIANT_FLOAT >
static const ValueVariantType ValueType
 

Detailed Description

Definition at line 14 of file FloatWidgets.h.

Member Function Documentation

◆ createWidget()

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

Definition at line 31 of file FloatWidgets.h.

◆ handleGuiChange()

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

Definition at line 53 of file FloatWidgets.h.

◆ isValid()

static bool isValid ( RemoteWidgetT const &  desc,
std::ostream &  out 
)
inlinestatic

Definition at line 16 of file FloatWidgets.h.

◆ updateGui()

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

Definition at line 48 of file FloatWidgets.h.

+ Here is the call graph for this function:

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