|
#include <ArmarXGui/libraries/RemoteGui/WidgetHandlers/StringWidgets.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< ComboBox, QComboBox, VALUE_VARIANT_STRING > | |
static bool | isValid (RemoteWidgetT const &, std::ostream &out) |
Additional Inherited Members | |
Public Types inherited from TypedWidget< ComboBox, QComboBox, VALUE_VARIANT_STRING > | |
using | QWidgetT = QComboBox |
using | RemoteWidgetT = ComboBox |
using | ValueT = typename Storage< ValueType >::Type |
Static Public Attributes inherited from TypedWidget< ComboBox, QComboBox, VALUE_VARIANT_STRING > | |
static const ValueVariantType | ValueType |
Definition at line 35 of file StringWidgets.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |