Engauge Digitizer
2
|
Dockable text window containing checklist guide. More...
#include <ChecklistGuide.h>
Signals | |
void | signalChecklistClosed () |
Signal that this QDockWidget was just closed. | |
Public Member Functions | |
ChecklistGuide (QWidget *parent) | |
Single constructor. Parent is needed or else this widget cannot be redocked after being undocked. | |
bool | browserIsEmpty () const |
When browser is empty, it is pointless to show it. | |
virtual void | closeEvent (QCloseEvent *event) |
Catch close event so corresponding menu item in MainWindow can be updated accordingly. | |
void | setTemplateHtml (const QString &html, const QStringList &curveNames) |
Populate the browser with template html. | |
void | update (const CmdMediator &cmdMediator, bool documentIsExported) |
Update using current CmdMediator/Document state. | |
Dockable text window containing checklist guide.
Definition at line 16 of file ChecklistGuide.h.