#include <ArmarXGui/libraries/RemoteGui/TypedWidget.h>
|
| static const RemoteGui::ValueVariantType | ValueType = HandlerT::ValueType |
| |
template<typename HandlerT>
struct armarx::RemoteGui::TypedWidgetHandler< HandlerT >
Definition at line 19 of file TypedWidget.h.
◆ QWidgetT
template<typename HandlerT>
| using QWidgetT = typename HandlerT::QWidgetT |
◆ RemoteWidgetT
template<typename HandlerT>
◆ ValueT
template<typename HandlerT>
◆ createWidget()
template<typename HandlerT>
| QWidget * createWidget |
( |
Widget const & | desc, |
|
|
ValueVariant const & | initialValue, |
|
|
CreateWidgetCallback const & | createChild, |
|
|
const QObject * | stateChangeReceiver, |
|
|
const char * | stateChangeSlot ) const |
|
inlineoverridevirtual |
◆ getHandlerT()
template<typename HandlerT>
| std::string getHandlerT |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ handleGuiChange()
template<typename HandlerT>
| virtual ValueVariant handleGuiChange |
( |
Widget const & | desc, |
|
|
QWidget * | widget ) const |
|
inlineoverridevirtual |
◆ isValid()
template<typename HandlerT>
| bool isValid |
( |
Widget const & | desc, |
|
|
std::ostream & | out = cnull ) const |
|
inlineoverridevirtual |
◆ updateGui()
template<typename HandlerT>
| virtual void updateGui |
( |
Widget const & | desc, |
|
|
QWidget * | widget, |
|
|
ValueVariant const & | value ) const |
|
inlineoverridevirtual |
◆ ValueType
template<typename HandlerT>
| const RemoteGui::ValueVariantType ValueType = HandlerT::ValueType |
|
static |
The documentation for this struct was generated from the following file: