|
Engauge Digitizer 2
|
This class uses the validation method of the Conclusion page to perform final processing for ChecklistGuideWizard. More...
#include <ChecklistGuidePageConclusion.h>


Public Member Functions | |
| ChecklistGuidePageConclusion () | |
| Single constructor. | |
| virtual bool | validatePage () |
| Perform final processing. | |
| Public Member Functions inherited from ChecklistGuidePage | |
| ChecklistGuidePage (const QString &title) | |
| Single constructor. | |
| void | addHtml (const QString &html) |
| Insert html for display. | |
| QRadioButton * | addLabelAndRadioButton (const QString &label, const QString &whatsThis) |
| Insert radio button and corresponding label. | |
| void | addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis) |
| Insert line edit. | |
This class uses the validation method of the Conclusion page to perform final processing for ChecklistGuideWizard.
Definition at line 13 of file ChecklistGuidePageConclusion.h.
| ChecklistGuidePageConclusion::ChecklistGuidePageConclusion | ( | ) |
Single constructor.
Definition at line 10 of file ChecklistGuidePageConclusion.cpp.
|
virtual |
Perform final processing.
Definition at line 29 of file ChecklistGuidePageConclusion.cpp.