#include <TextView.hh>
|
void | AddMsg (QString _msg) |
| Signal to add a message to the GUI list. More...
|
|
|
| TextView (QWidget *_parent, const std::string &_msgType) |
| Constructor. More...
|
|
virtual | ~TextView () |
| Destructor. More...
|
|
virtual void | SetTopic (const std::string &_topicName) |
| Set the name of the topic to get data from. More...
|
|
| TopicView (QWidget *_parent, const std::string &_msgType, const std::string &_viewType, unsigned int _displayPeriod=500) |
| Constructor. More...
|
|
virtual | ~TopicView () |
| Destructor. More...
|
|
gazebo::gui::TextView::TextView |
( |
QWidget * |
_parent, |
|
|
const std::string & |
_msgType |
|
) |
| |
Constructor.
- Parameters
-
[in] | _msgType | Type of message to view. |
virtual gazebo::gui::TextView::~TextView |
( |
| ) |
|
|
virtual |
void gazebo::gui::TextView::AddMsg |
( |
QString |
_msg | ) |
|
|
signal |
Signal to add a message to the GUI list.
- Parameters
-
[in] | _msg | Text message to add. |
virtual void gazebo::gui::TextView::SetTopic |
( |
const std::string & |
_topicName | ) |
|
|
virtual |
Set the name of the topic to get data from.
- Parameters
-
[in] | _topicName | Name of the topic to use. |
Reimplemented from gazebo::gui::TopicView.
The documentation for this class was generated from the following file: