#include <panel.h>
Definition at line 41 of file panel.h.
rviz::Panel::Panel |
( |
QWidget * |
parent = 0 | ) |
|
void rviz::Panel::configChanged |
( |
| ) |
|
|
signal |
Subclasses must emit this whenever a configuration change happens.
This is used to let the system know that changes have been made since the last time the config was saved.
virtual QString rviz::Panel::getClassId |
( |
| ) |
const |
|
inlinevirtual |
Return the class identifier which was used to create this instance. This version just returns whatever was set with setClassId().
Definition at line 71 of file panel.h.
virtual QString rviz::Panel::getDescription |
( |
| ) |
const |
|
inlinevirtual |
Return a description of this Panel.
Definition at line 63 of file panel.h.
virtual QString rviz::Panel::getName |
( |
void |
| ) |
const |
|
inlinevirtual |
void rviz::Panel::load |
( |
const Config & |
config | ) |
|
|
virtual |
virtual void rviz::Panel::onInitialize |
( |
| ) |
|
|
inlinevirtual |
void rviz::Panel::save |
( |
Config |
config | ) |
const |
|
virtual |
virtual void rviz::Panel::setClassId |
( |
const QString & |
class_id | ) |
|
|
inlinevirtual |
Set the class identifier used to create this instance. Typically this will be set by the factory object which created it.
Definition at line 75 of file panel.h.
virtual void rviz::Panel::setDescription |
( |
const QString & |
description | ) |
|
|
inlinevirtual |
Set a description of this Panel. Called by the factory which creates it.
Definition at line 66 of file panel.h.
virtual void rviz::Panel::setName |
( |
const QString & |
name | ) |
|
|
inlinevirtual |
QString rviz::Panel::class_id_ |
|
private |
QString rviz::Panel::description_ |
|
private |
QString rviz::Panel::name_ |
|
private |
The documentation for this class was generated from the following files: