#include <failed_panel.h>
Public Member Functions | |
FailedPanel (const QString &desired_class_id, const QString &error_message) | |
virtual void | load (const Config &config) |
Store the given Config data for later, so we can return it with save() when someone writes this back to a file. | |
virtual void | save (Config config) const |
Copy Config data into config equivalent to the last which was sent to load(). | |
Private Attributes | |
QString | error_message_ |
Config | saved_config_ |
Definition at line 39 of file failed_panel.h.
rviz::FailedPanel::FailedPanel | ( | const QString & | desired_class_id, |
const QString & | error_message | ||
) |
Definition at line 40 of file failed_panel.cpp.
void rviz::FailedPanel::load | ( | const Config & | config | ) | [virtual] |
Store the given Config data for later, so we can return it with save() when someone writes this back to a file.
Reimplemented from rviz::Panel.
Definition at line 53 of file failed_panel.cpp.
void rviz::FailedPanel::save | ( | Config | config | ) | const [virtual] |
Copy Config data into config equivalent to the last which was sent to load().
Reimplemented from rviz::Panel.
Definition at line 59 of file failed_panel.cpp.
QString rviz::FailedPanel::error_message_ [private] |
Definition at line 54 of file failed_panel.h.
Config rviz::FailedPanel::saved_config_ [private] |
Definition at line 53 of file failed_panel.h.