#include <RenderWidget.hh>
gazebo::gui::RenderWidget::RenderWidget |
( |
QWidget * |
_parent = 0 | ) |
|
virtual gazebo::gui::RenderWidget::~RenderWidget |
( |
| ) |
|
|
virtual |
void gazebo::gui::RenderWidget::CreateScene |
( |
const std::string & |
_name | ) |
|
void gazebo::gui::RenderWidget::DisplayOverlayMsg |
( |
const std::string & |
_msg, |
|
|
int |
_duration = -1 |
|
) |
| |
Display an overlay message.
- Parameters
-
[in] | _msg | Message to be displayed |
[in] | _duration | Duration in milliseconds |
std::string gazebo::gui::RenderWidget::GetOverlayMsg |
( |
| ) |
const |
Get the overlay message being displayed.
- Returns
- Message displayed in the render window
void gazebo::gui::RenderWidget::RemoveScene |
( |
const std::string & |
_name | ) |
|
void gazebo::gui::RenderWidget::ShowEditor |
( |
bool |
_show | ) |
|
Show editor widget in the main window param[in] _show True to show the editor widget, false to hide it.
The documentation for this class was generated from the following file: