#include <window_manager_interface.h>
Definition at line 40 of file window_manager_interface.h.
virtual PanelDockWidget* rviz::WindowManagerInterface::addPane |
( |
const QString & |
name, |
|
|
QWidget * |
pane, |
|
|
Qt::DockWidgetArea |
area = Qt::LeftDockWidgetArea , |
|
|
bool |
floating = true |
|
) |
| |
|
pure virtual |
Add a pane to the visualizer. To remove a pane, just delete it. For example: "delete my_panel_dock_widget;". Other operations can also be done directly to the PanelDockWidget: show(), hide(), close(), etc.
Implemented in rviz::VisualizationFrame.
virtual QWidget* rviz::WindowManagerInterface::getParentWindow |
( |
| ) |
|
|
pure virtual |
virtual void rviz::WindowManagerInterface::setStatus |
( |
const QString & |
message | ) |
|
|
pure virtual |
Set the message displayed in the status bar
The documentation for this class was generated from the following file: