Engauge Digitizer  2
ImportCropping.h
Go to the documentation of this file.
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_H
8 #define IMPORT_CROPPING_H
9 
10 enum ImportCropping
11 {
16 };
17 
19 
20 #endif // IMPORT_CROPPING_H
NUMBER_IMPORT_CROPPING
Definition: ImportCropping.h:17
IMPORT_CROPPING_MULTIPAGE_PDFS
Definition: ImportCropping.h:15
IMPORT_CROPPING_ALWAYS
Definition: ImportCropping.h:16
IMPORT_CROPPING_NEVER
Definition: ImportCropping.h:14
DEFAULT_IMPORT_CROPPING
const ImportCropping DEFAULT_IMPORT_CROPPING
Definition: ImportCropping.cpp:14
ImportCropping
ImportCropping
Definition: ImportCropping.h:9