|
Engauge Digitizer 2
|
Class that adds rudimentary tree collapse/expand functionality to QTextBrowser. More...
#include <ChecklistGuideBrowser.h>


Public Member Functions | |
| ChecklistGuideBrowser () | |
| Single constructor. | |
| virtual void | setTemplateHtml (const QString &html, const QStringList &curveNames) |
| Populate the browser with template html. The template html will be converted to real html. | |
| void | update (const CmdMediator &cmdMediator, bool documentIsExported) |
| Update using current CmdMediator/Document state. | |
Class that adds rudimentary tree collapse/expand functionality to QTextBrowser.
Definition at line 15 of file ChecklistGuideBrowser.h.
| ChecklistGuideBrowser::ChecklistGuideBrowser | ( | ) |
Single constructor.
Definition at line 18 of file ChecklistGuideBrowser.cpp.
|
virtual |
Populate the browser with template html. The template html will be converted to real html.
Definition at line 251 of file ChecklistGuideBrowser.cpp.
| void ChecklistGuideBrowser::update | ( | const CmdMediator & | cmdMediator, |
| bool | documentIsExported ) |
Update using current CmdMediator/Document state.
Definition at line 272 of file ChecklistGuideBrowser.cpp.