Engauge Digitizer  2
ImportCroppingUtilNonPdf.h
1 /******************************************************************************************************
2  * (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef IMPORT_CROPPING_UTIL_NON_PDF_H
8 #define IMPORT_CROPPING_UTIL_NON_PDF_H
9 
10 #include "ImportCropping.h"
11 #include "ImportCroppingUtilBase.h"
12 
15 {
16 public:
19 
21  bool applyImportCropping (bool isRegression,
22  ImportCropping importCropping) const;
23 
24 };
25 
26 #endif // IMPORT_CROPPING_UTIL_NON_PDF_H
bool applyImportCropping(bool isRegression, ImportCropping importCropping) const
Skip cropping dialog during regression testing, otherwise crop if it is always turned on...
Utility class for import cropping options.
Import of non-pdf files.
ImportCroppingUtilNonPdf()
Single constructor.