|
The SnapshotControlGuiPlugin offers the a widget that allows to load and save snapshots. More...
#include <MemoryX/gui-plugins/SnapshotControl/SnapshotControlGuiPlugin.h>
Public Member Functions | |
SnapshotControlGuiPlugin () | |
All widgets exposed by this plugin are added in the constructor via calls to addWidget() 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 SnapshotControlGuiPlugin offers the a widget that allows to load and save snapshots.
Definition at line 39 of file SnapshotControlGuiPlugin.h.
All widgets exposed by this plugin are added in the constructor via calls to addWidget()
Definition at line 31 of file SnapshotControlGuiPlugin.cpp.