|
LaserScannerSelfLocalisationGuiPlugin brief description. More...
#include <RobotComponents/gui-plugins/LaserScannerSelfLocalisation/LaserScannerSelfLocalisationGuiPlugin.h>
Public Member Functions | |
LaserScannerSelfLocalisationGuiPlugin () | |
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 () |
LaserScannerSelfLocalisationGuiPlugin brief description.
Detailed description
Definition at line 38 of file LaserScannerSelfLocalisationGuiPlugin.h.
All widgets exposed by this plugin are added in the constructor via calls to addWidget()
Definition at line 29 of file LaserScannerSelfLocalisationGuiPlugin.cpp.