#include <help_panel.h>
Public Member Functions | |
HelpPanel (QWidget *parent=0) | |
virtual void | onInitialize () |
void | setHelpFile (const QString &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 45 of file help_panel.cpp.
rviz::HelpPanel::~HelpPanel | ( | ) | [virtual] |
Definition at line 54 of file help_panel.cpp.
void rviz::HelpPanel::onInitialize | ( | ) | [virtual] |
Override to do initialization which depends on the VisualizationManager being available. This base implementation does nothing.
Reimplemented from rviz::Panel.
Definition at line 58 of file help_panel.cpp.
void rviz::HelpPanel::setHelpFile | ( | const QString & | file_path | ) |
Load the given html file.
Definition at line 63 of file help_panel.cpp.
QTextBrowser* rviz::HelpPanel::browser_ [private] |
Definition at line 54 of file help_panel.h.