Go to the documentation of this file.
29 template <
class Derived,
class Proxy>
46 return Derived::GetWidgetName();
51 return Derived::GetWidgetIcon();
56 return Derived::GetWidgetCategoryIcon();
std::string getControllerName() const
virtual NJointControllerConfigPtr readFullCFG() const =0
~NJointControllerGuiPluginBase()
void deactivateController() override
#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...
QIcon getWidgetCategoryIcon() const final override
Implement this function to supply an icon for the category.
std::recursive_mutex _allMutex
QString getWidgetName() const final override
Implement this function to specify the default name of your Widget.
void activateController() override
void createController() override
NJointControllerGuiPluginBase(const std::string &ctrlClass)
void deleteController() override
QIcon getWidgetIcon() const final override
Implement this function to supply an icon for the menu.
RobotUnitInterfacePrx getRobotUnit() const
This file offers overloads of toIce() and fromIce() functions for STL container types.