|
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... | |
![]() | |
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 |
![]() | |
virtual QString | getPluginName () |
virtual | ~ArmarXGuiInterface () |
The StatechartEventSenderPlugin provides a widget that allows the user to send events to state machines.
Definition at line 43 of file StatechartEventSenderPlugin.h.
Adds the widgets belonging to the plugin to the ArmarXGui.
Definition at line 34 of file StatechartEventSenderPlugin.cpp.