Public Member Functions | List of all members
rviz::WindowManagerInterface Class Referenceabstract

#include <window_manager_interface.h>

Inheritance diagram for rviz::WindowManagerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual PanelDockWidgetaddPane (const QString &name, QWidget *pane, Qt::DockWidgetArea area=Qt::LeftDockWidgetArea, bool floating=true)=0
 
virtual QWidget * getParentWindow ()=0
 
virtual void setStatus (const QString &message)=0
 

Detailed Description

Definition at line 40 of file window_manager_interface.h.

Member Function Documentation

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

Implemented in rviz::VisualizationFrame.

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:


rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust
autogenerated on Wed Aug 28 2019 04:01:54