Baseclass for all ArmarX ManagedIceObjects requiring properties.
SkillProviderComponentPluginUser()
void onInitComponent() override
Pure virtual hook for the subclass.
BringObjectSkillProvider()=default
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.