|
Engauge Digitizer 2
|
Wizard for setting up the checklist guide. More...
#include <ChecklistGuideWizard.h>
Public Member Functions | |
| ChecklistGuideWizard (MainWindow &mainWindow, unsigned int numberCoordSystem) | |
| Single constructor. | |
| QStringList | curveNames (CoordSystemIndex coordSystemIndex) const |
| Curve names to be placed into Document. | |
| void | populateCurvesGraphs (CoordSystemIndex coordSystemIndex, CurvesGraphs &curvesGraphs) |
| Create entries in CurvesGraphs for each curve name that user provided. | |
| QString | templateHtml (CoordSystemIndex coordSystemIndex) const |
| Template html comprising the checklist for display. | |
Wizard for setting up the checklist guide.
Definition at line 23 of file ChecklistGuideWizard.h.
| ChecklistGuideWizard::ChecklistGuideWizard | ( | MainWindow & | mainWindow, |
| unsigned int | numberCoordSystem | ||
| ) |
Single constructor.
Definition at line 24 of file ChecklistGuideWizard.cpp.
| QStringList ChecklistGuideWizard::curveNames | ( | CoordSystemIndex | coordSystemIndex | ) | const |
Curve names to be placed into Document.
Definition at line 47 of file ChecklistGuideWizard.cpp.
| void ChecklistGuideWizard::populateCurvesGraphs | ( | CoordSystemIndex | coordSystemIndex, |
| CurvesGraphs & | curvesGraphs | ||
| ) |
Create entries in CurvesGraphs for each curve name that user provided.
Definition at line 75 of file ChecklistGuideWizard.cpp.
| QString ChecklistGuideWizard::templateHtml | ( | CoordSystemIndex | coordSystemIndex | ) | const |
Template html comprising the checklist for display.
Definition at line 93 of file ChecklistGuideWizard.cpp.