Public Member Functions
rviz::WindowManagerInterface Class Reference

#include <window_manager_interface.h>

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

List of all members.

Public Member Functions

virtual PanelDockWidgetaddPane (const std::string &name, QWidget *pane, Qt::DockWidgetArea area=Qt::LeftDockWidgetArea, bool floating=true)=0
virtual QWidget * getParentWindow ()=0

Detailed Description

Definition at line 42 of file window_manager_interface.h.


Member Function Documentation

virtual PanelDockWidget* rviz::WindowManagerInterface::addPane ( const std::string &  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.


The documentation for this class was generated from the following file:


rviz
Author(s): Dave Hershberger, Josh Faust
autogenerated on Mon Jan 6 2014 11:54:34