|
#include <ArmarXGui/libraries/RemoteGui/TypedWidget.h>
Public Types | |
using | QWidgetT = QWidgetT_ |
using | RemoteWidgetT = RemoteWidgetT_ |
using | ValueT = typename Storage< ValueType >::Type |
Static Public Member Functions | |
static ValueT | handleGuiChange (RemoteWidgetT const &desc, QWidgetT *widget) |
static bool | isValid (RemoteWidgetT const &, std::ostream &) |
static void | updateGui (RemoteWidgetT const &desc, QWidgetT *widget, ValueT const &value) |
Static Public Attributes | |
static const ValueVariantType | ValueType = VALUE_VARIANT_EMPTY |
Definition at line 130 of file TypedWidget.h.
using QWidgetT = QWidgetT_ |
Definition at line 133 of file TypedWidget.h.
using RemoteWidgetT = RemoteWidgetT_ |
Definition at line 132 of file TypedWidget.h.
Definition at line 135 of file TypedWidget.h.
|
inlinestatic |
Definition at line 147 of file TypedWidget.h.
|
inlinestatic |
Definition at line 137 of file TypedWidget.h.
|
inlinestatic |
Definition at line 142 of file TypedWidget.h.
|
static |
Definition at line 134 of file TypedWidget.h.