|
The StatechartEventSenderPlugin provides a widget that allows the user to send events to state machines. More...
#include <ArmarXGui/gui-plugins/StatechartEventSenderPlugin/StatechartEventSenderPlugin.h>
Public Member Functions | |
StatechartEventSenderPlugin () | |
Adds the widgets belonging to the plugin to the ArmarXGui. 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 () |
The StatechartEventSenderPlugin provides a widget that allows the user to send events to state machines.
Definition at line 44 of file StatechartEventSenderPlugin.h.
Adds the widgets belonging to the plugin to the ArmarXGui.
Definition at line 33 of file StatechartEventSenderPlugin.cpp.