#include <property_tree_with_help.h>
Public Member Functions | |
PropertyTreeWidget * | getTree () |
PropertyTreeWithHelp (QWidget *parent=0) | |
Private Slots | |
void | onCurrentItemChanged (QTreeWidgetItem *current) |
Private Attributes | |
QTextBrowser * | help_ |
PropertyTreeWidget * | property_tree_ |
A PropertyTreeWidget with built-in help info display.
Definition at line 43 of file property_tree_with_help.h.
rviz::PropertyTreeWithHelp::PropertyTreeWithHelp | ( | QWidget * | parent = 0 | ) |
Definition at line 39 of file property_tree_with_help.cpp.
PropertyTreeWidget* rviz::PropertyTreeWithHelp::getTree | ( | ) | [inline] |
Definition at line 49 of file property_tree_with_help.h.
void rviz::PropertyTreeWithHelp::onCurrentItemChanged | ( | QTreeWidgetItem * | current | ) | [private, slot] |
Definition at line 64 of file property_tree_with_help.cpp.
QTextBrowser* rviz::PropertyTreeWithHelp::help_ [private] |
Definition at line 56 of file property_tree_with_help.h.
Definition at line 55 of file property_tree_with_help.h.