Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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. More...
 
virtual bool validatePage ()
 Perform final processing. More...
 
- Public Member Functions inherited from ChecklistGuidePage
 ChecklistGuidePage (const QString &title)
 Single constructor. More...
 
void addHtml (const QString &html)
 Insert html for display. More...
 
QRadioButton * addLabelAndRadioButton (const QString &label, const QString &whatsThis)
 Insert radio button and corresponding label. More...
 
void addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis)
 Insert line edit. More...
 

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 ( )

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 }
#define LOG4CPP_INFO_S(logger)
Definition: convenience.h:18
This class customizes QWizardPage for ChecklistGuideWizard.
log4cpp::Category * mainCat
Definition: Logger.cpp:14
void addHtml(const QString &html)
Insert html for display.

Member Function Documentation

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 }
#define LOG4CPP_INFO_S(logger)
Definition: convenience.h:18
log4cpp::Category * mainCat
Definition: Logger.cpp:14

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