ImageDisplay.hh
QStringList topicList
Topic list.
Definition: ImageDisplay.hh:57
void TopicListChanged()
Notify that topic list has changed.
void OnRefresh()
Callback when refresh button is pressed.
Display images coming through an Ignition transport topic.
Definition: ImageDisplay.hh:47
void newImage()
Notify that a new image has been received.
Q_INVOKABLE QStringList TopicList() const
Get the topic list as a string, for example 'ignition.msgs.StringMsg'.
STL namespace.
Definition: Application.hh:35
Q_INVOKABLE void SetTopicList(const QStringList &_topicList)
Set the topic list from a string, for example 'ignition.msgs.StringMsg'.
virtual void LoadConfig(const tinyxml2::XMLElement *_pluginElem)
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
void OnTopic(const QString _topic)
Callback when a new topic is chosen on the combo box.