#include <property_tree_with_help.h>
Public Member Functions | |
PropertyTreeWidget * | getTree () |
void | load (const Config &config) |
Read state from the given Config. More... | |
PropertyTreeWithHelp (QWidget *parent=0) | |
void | save (Config config) const |
Write state to the given Config. More... | |
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.
|
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.
|
privateslot |
Definition at line 65 of file property_tree_with_help.cpp.
|
private |
Definition at line 64 of file property_tree_with_help.h.
|
private |
Definition at line 63 of file property_tree_with_help.h.