29 template <
class Derived,
class Proxy>
47 return Derived::GetWidgetName();
53 return Derived::GetWidgetIcon();
59 return Derived::GetWidgetCategoryIcon();
QString getWidgetName() const final override
Implement this function to specify the default name of your Widget.
~NJointControllerGuiPluginBase()
QIcon getWidgetIcon() const final override
Implement this function to supply an icon for the menu.
void deleteController() override
QIcon getWidgetCategoryIcon() const final override
Implement this function to supply an icon for the category.
void createController() override
void activateController() override
NJointControllerGuiPluginBase(const std::string &ctrlClass)
void deactivateController() override
RobotUnitInterfacePrx getRobotUnit() const
std::recursive_mutex _allMutex
virtual NJointControllerConfigPtr readFullCFG() const =0
std::string getControllerName() const
#define ARMARX_CHECK_NOT_NULL(ptr)
This macro evaluates whether ptr is not null and if it turns out to be false it will throw an Express...
#define ARMARX_IMPORTANT
The logging level for always important information, but expected behaviour (in contrast to ARMARX_WAR...
This file offers overloads of toIce() and fromIce() functions for STL container types.