#include <help_panel.h>
Public Member Functions | |
| HelpPanel (QWidget *parent=0) | |
| void | setHelpFile (const std::string &file_path) |
| Load the given html file. | |
| virtual | ~HelpPanel () |
Private Attributes | |
| QTextBrowser * | browser_ |
Definition at line 41 of file help_panel.h.
| rviz::HelpPanel::HelpPanel | ( | QWidget * | parent = 0 | ) |
Definition at line 43 of file help_panel.cpp.
| rviz::HelpPanel::~HelpPanel | ( | ) | [virtual] |
Definition at line 52 of file help_panel.cpp.
| void rviz::HelpPanel::setHelpFile | ( | const std::string & | file_path | ) |
Load the given html file.
Definition at line 56 of file help_panel.cpp.
QTextBrowser* rviz::HelpPanel::browser_ [private] |
Definition at line 52 of file help_panel.h.