#include <window_manager_interface.h>
|  | 
| virtual PanelDockWidget * | addPane (const QString &name, QWidget *pane, Qt::DockWidgetArea area=Qt::LeftDockWidgetArea, bool floating=false)=0 | 
|  | 
| virtual QWidget * | getParentWindow ()=0 | 
|  | 
| virtual void | setStatus (const QString &message)=0 | 
|  | 
Definition at line 40 of file window_manager_interface.h.
 
◆ addPane()
  
  | 
        
          | virtual PanelDockWidget* rviz::WindowManagerInterface::addPane | ( | const QString & | name, |  
          |  |  | QWidget * | pane, |  
          |  |  | Qt::DockWidgetArea | area = Qt::LeftDockWidgetArea, |  
          |  |  | bool | floating = false |  
          |  | ) |  |  |  | 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.
 
 
◆ getParentWindow()
  
  | 
        
          | virtual QWidget* rviz::WindowManagerInterface::getParentWindow | ( |  | ) |  |  | pure virtual | 
 
 
◆ setStatus()
  
  | 
        
          | 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, William Woodall 
autogenerated on Sun May 4 2025 02:31:28