#include <LaserView.hh>
|
virtual void | resizeEvent (QResizeEvent *_event) |
| QT event, called when view is resized. More...
|
|
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...
|
|
gazebo::gui::LaserView::LaserView |
( |
QWidget * |
_parent = NULL | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Pointer to the parent widget. |
virtual gazebo::gui::LaserView::~LaserView |
( |
| ) |
|
|
virtual |
virtual void gazebo::gui::LaserView::resizeEvent |
( |
QResizeEvent * |
_event | ) |
|
|
protectedvirtual |
QT event, called when view is resized.
- Parameters
-
[in] | _event | Pointer to the resize event info. |
virtual void gazebo::gui::LaserView::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: