Public Member Functions | Protected Slots | Protected Attributes | List of all members
rviz::DisplaysPanel Class Reference

#include <displays_panel.h>

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

Public Member Functions

 DisplaysPanel (QWidget *parent=nullptr)
 
void load (const Config &config) override
 Read state from the given Config. More...
 
void onInitialize () override
 
void save (Config config) const override
 Write state to the given Config object. More...
 
 ~DisplaysPanel () override
 
- Public Member Functions inherited from rviz::Panel
virtual QString getClassId () const
 Return the class identifier which was used to create this instance. This version just returns whatever was set with setClassId(). More...
 
virtual QString getDescription () const
 Return a description of this Panel. More...
 
virtual QString getName () const
 
void initialize (VisualizationManager *manager)
 
 Panel (QWidget *parent=nullptr)
 
virtual void setClassId (const QString &class_id)
 Set the class identifier used to create this instance. Typically this will be set by the factory object which created it. More...
 
virtual void setDescription (const QString &description)
 Set a description of this Panel. Called by the factory which creates it. More...
 
virtual void setName (const QString &name)
 
 ~Panel () override
 

Protected Slots

void onDeleteDisplay ()
 Called when the "Remove" button is pressed. More...
 
void onDuplicateDisplay ()
 Called when the "copy" button is pressed. More...
 
void onNewDisplay ()
 Called when the "Add" button is pressed. More...
 
void onRenameDisplay ()
 Called when the "Rename" button is pressed. More...
 
void onSelectionChanged ()
 

Protected Attributes

QPushButton * duplicate_button_
 
PropertyTreeWidgetproperty_grid_
 
QPushButton * remove_button_
 
QPushButton * rename_button_
 
PropertyTreeWithHelptree_with_help_
 
- Protected Attributes inherited from rviz::Panel
VisualizationManagervis_manager_
 

Additional Inherited Members

- Signals inherited from rviz::Panel
void configChanged ()
 Subclasses must emit this whenever a configuration change happens. More...
 

Detailed Description

Definition at line 55 of file displays_panel.h.

Constructor & Destructor Documentation

◆ DisplaysPanel()

rviz::DisplaysPanel::DisplaysPanel ( QWidget *  parent = nullptr)

Definition at line 52 of file displays_panel.cpp.

◆ ~DisplaysPanel()

rviz::DisplaysPanel::~DisplaysPanel ( )
override

Definition at line 94 of file displays_panel.cpp.

Member Function Documentation

◆ load()

void rviz::DisplaysPanel::load ( const Config config)
overridevirtual

Read state from the given Config.

Reimplemented from rviz::Panel.

Definition at line 237 of file displays_panel.cpp.

◆ onDeleteDisplay

void rviz::DisplaysPanel::onDeleteDisplay ( )
protectedslot

Called when the "Remove" button is pressed.

Definition at line 171 of file displays_panel.cpp.

◆ onDuplicateDisplay

void rviz::DisplaysPanel::onDuplicateDisplay ( )
protectedslot

Called when the "copy" button is pressed.

Definition at line 130 of file displays_panel.cpp.

◆ onInitialize()

void rviz::DisplaysPanel::onInitialize ( )
overridevirtual

Override to do initialization which depends on the VisualizationManager being available. This base implementation does nothing.

Reimplemented from rviz::Panel.

Definition at line 98 of file displays_panel.cpp.

◆ onNewDisplay

void rviz::DisplaysPanel::onNewDisplay ( )
protectedslot

Called when the "Add" button is pressed.

Definition at line 103 of file displays_panel.cpp.

◆ onRenameDisplay

void rviz::DisplaysPanel::onRenameDisplay ( )
protectedslot

Called when the "Rename" button is pressed.

Definition at line 205 of file displays_panel.cpp.

◆ onSelectionChanged

void rviz::DisplaysPanel::onSelectionChanged ( )
protectedslot

Definition at line 194 of file displays_panel.cpp.

◆ save()

void rviz::DisplaysPanel::save ( Config  config) const
overridevirtual

Write state to the given Config object.

Reimplemented from rviz::Panel.

Definition at line 231 of file displays_panel.cpp.

Member Data Documentation

◆ duplicate_button_

QPushButton* rviz::DisplaysPanel::duplicate_button_
protected

Definition at line 85 of file displays_panel.h.

◆ property_grid_

PropertyTreeWidget* rviz::DisplaysPanel::property_grid_
protected

Definition at line 83 of file displays_panel.h.

◆ remove_button_

QPushButton* rviz::DisplaysPanel::remove_button_
protected

Definition at line 86 of file displays_panel.h.

◆ rename_button_

QPushButton* rviz::DisplaysPanel::rename_button_
protected

Definition at line 87 of file displays_panel.h.

◆ tree_with_help_

PropertyTreeWithHelp* rviz::DisplaysPanel::tree_with_help_
protected

Definition at line 88 of file displays_panel.h.


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


rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust
autogenerated on Sat May 27 2023 02:06:25