Go to the documentation of this file.
31 #include <ArmarXGui/interface/MessageDisplayInterface.h>
46 using ComponentPlugin::ComponentPlugin;
48 void setDisplayMessage(
const std::string& caption,
const std::string& subCaption)
const;
61 static constexpr
auto _propertyName =
"MessageDisplayTopic";
62 MessageDisplayInterfacePrx _display;
80 void setDisplayMessage(
const std::string& caption,
const std::string& subCaption)
const;
Brief description of class MessageDisplayComponentPlugin.
void setDisplayMessage(const std::string &caption, const std::string &subCaption) const
void setDisplayMessageCaption(const std::string &text) const
void setDisplayMessageSubCaption(const std::string &text) const
const MessageDisplayInterfacePrx & getMessageDisplay() const
void preOnConnectComponent() override
void setDisplayMessageSubCaption(const std::string &text) const
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
This file is part of ArmarX.
The ManagedIceObject is the base class for all ArmarX objects.
void preOnInitComponent() override
void setDisplayMessage(const std::string &caption, const std::string &subCaption) const
MessageDisplayComponentPluginUser()
This file offers overloads of toIce() and fromIce() functions for STL container types.
const MessageDisplayInterfacePrx & getMessageDisplay() const
void setDisplayMessageCaption(const std::string &text) const