|
RemoteGuiPlugin shows dynamically created widgets for quick visualization and configuration. More...
#include <ArmarXGui/gui-plugins/RemoteGuiPlugin/RemoteGuiPlugin.h>
Public Member Functions | |
RemoteGuiPlugin () | |
All widgets exposed by this plugin are added in the constructor via calls to addWidget() More... | |
Public Member Functions inherited from ArmarXGuiPlugin | |
template<typename ArmarXWidgetType > | |
std::enable_if< !HasGetWidgetName< ArmarXWidgetType >::value >::type | addWidget () |
template<typename ArmarXWidgetType > | |
std::enable_if< HasGetWidgetName< ArmarXWidgetType >::value >::type | addWidget () |
ARMARX_META_MAKE_HAS_MEMBER_FNC_CHECK (HasGetWidgetName, GetWidgetName, QString(*)()) | |
WidgetCreatorMap | getProvidedWidgets () override |
Public Member Functions inherited from ArmarXGuiInterface | |
virtual QString | getPluginName () |
virtual | ~ArmarXGuiInterface () |
RemoteGuiPlugin shows dynamically created widgets for quick visualization and configuration.
Detailed description
Definition at line 37 of file RemoteGuiPlugin.h.
RemoteGuiPlugin | ( | ) |
All widgets exposed by this plugin are added in the constructor via calls to addWidget()
Definition at line 29 of file RemoteGuiPlugin.cpp.