#include <property_tree_with_help.h>
Public Member Functions | |
| PropertyTreeWidget * | getTree () |
| void | load (const Config &config) |
| Read state from the given Config. | |
| PropertyTreeWithHelp (QWidget *parent=0) | |
| void | save (Config config) const |
| Write state to the given Config. | |
Private Slots | |
| void | showHelpForProperty (const Property *property) |
Private Attributes | |
| QTextBrowser * | help_ |
| PropertyTreeWidget * | property_tree_ |
A PropertyTreeWidget with built-in help info display.
Definition at line 45 of file property_tree_with_help.h.
| rviz::PropertyTreeWithHelp::PropertyTreeWithHelp | ( | QWidget * | parent = 0 | ) |
Definition at line 40 of file property_tree_with_help.cpp.
| PropertyTreeWidget* rviz::PropertyTreeWithHelp::getTree | ( | ) | [inline] |
Definition at line 51 of file property_tree_with_help.h.
| void rviz::PropertyTreeWithHelp::load | ( | const Config & | config | ) |
Read state from the given Config.
Definition at line 89 of file property_tree_with_help.cpp.
| void rviz::PropertyTreeWithHelp::save | ( | Config | config | ) | const |
Write state to the given Config.
Definition at line 80 of file property_tree_with_help.cpp.
| void rviz::PropertyTreeWithHelp::showHelpForProperty | ( | const Property * | property | ) | [private, slot] |
Definition at line 65 of file property_tree_with_help.cpp.
QTextBrowser* rviz::PropertyTreeWithHelp::help_ [private] |
Definition at line 64 of file property_tree_with_help.h.
Definition at line 63 of file property_tree_with_help.h.