|
Engauge Digitizer
2
|
Dockable text window containing checklist guide. More...
#include <ChecklistGuide.h>


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