#include <ImagesView.hh>
Public Member Functions | |
ImagesView (QWidget *_parent=NULL) | |
Constructor. More... | |
virtual | ~ImagesView () |
Destructor. More... | |
virtual void | SetTopic (const std::string &_topicName) |
Set the name of the topic to get data from. More... | |
Public Member Functions inherited from gazebo::gui::TopicView | |
TopicView (QWidget *_parent, const std::string &_msgType, const std::string &_viewType, unsigned int _displayPeriod=500) | |
Constructor. More... | |
virtual | ~TopicView () |
Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from gazebo::gui::TopicView | |
virtual void | closeEvent (QCloseEvent *_event) |
Qt close event callback. More... | |
void | OnMsg (const common::Time &_dataTime, int _size) |
Used by child class to indicate when a message has been received. More... | |
Protected Attributes inherited from gazebo::gui::TopicView | |
QFrame * | frame |
This is the frame that each child class should populate. More... | |
std::string | msgTypeName |
Typename of the messages that can be displayed. More... | |
transport::NodePtr | node |
Pointer to the node for communication. More... | |
transport::SubscriberPtr | sub |
Pointer to the topic subscriber that receives display data. More... | |
gazebo::gui::ImagesView::ImagesView | ( | QWidget * | _parent = NULL | ) |
Constructor.
[in] | _parent | Pointer to the parent widget. |
|
virtual |
Destructor.
|
virtual |
Set the name of the topic to get data from.
[in] | _topicName | Name of the topic to use. |
Reimplemented from gazebo::gui::TopicView.