Engauge Digitizer 2
Loading...
Searching...
No Matches
ChecklistGuidePageConclusion Class Reference

This class uses the validation method of the Conclusion page to perform final processing for ChecklistGuideWizard. More...

#include <ChecklistGuidePageConclusion.h>

Inheritance diagram for ChecklistGuidePageConclusion:
Inheritance graph
Collaboration diagram for ChecklistGuidePageConclusion:
Collaboration graph

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.

Detailed Description

This class uses the validation method of the Conclusion page to perform final processing for ChecklistGuideWizard.

Definition at line 13 of file ChecklistGuidePageConclusion.h.

Constructor & Destructor Documentation

◆ ChecklistGuidePageConclusion()

ChecklistGuidePageConclusion::ChecklistGuidePageConclusion ( )

Single constructor.

Definition at line 10 of file ChecklistGuidePageConclusion.cpp.

10 :
11 ChecklistGuidePage (tr ("Conclusion"))
12{
13 LOG4CPP_INFO_S ((*mainCat)) << "ChecklistGuidePageConclusion::ChecklistGuidePageConclusion";
14
15 addHtml (QString ("<p>%1</p>"
16 "<br/><br/><br/>"
17 "<p><font color=\"red\">%2</font> "
18 "%3</p>")
19 .arg (tr ("A checklist guide has been created."))
20 .arg (tr ("Why does the imported image look different?"))
21 .arg (tr ("After import, a filtered image is shown in the background. This filtered image is produced from "
22 "the original image according to the parameters set in Settings / Color Filter. When the parameters "
23 "have been set correctly, unimportant information (such as grid lines and background colors) has been "
24 "removed from the filtered images so automated feature extraction can be performed. If desirable "
25 "features have been removed from the image, the parameters can be adjusted using Settings / Color Filter, "
26 "or the original image can be displayed instead using View / Background / Show Original Image.")));
27}
log4cpp::Category * mainCat
Definition Logger.cpp:14
ChecklistGuidePage(const QString &title)
Single constructor.
void addHtml(const QString &html)
Insert html for display.
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18

Member Function Documentation

◆ validatePage()

bool ChecklistGuidePageConclusion::validatePage ( )
virtual

Perform final processing.

Definition at line 29 of file ChecklistGuidePageConclusion.cpp.

30{
31 LOG4CPP_INFO_S ((*mainCat)) << "ChecklistGuidePageConclusion::validatePage";
32
33 return true;
34}

The documentation for this class was generated from the following files: