Engauge Digitizer
2
Import
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
{
12
IMPORT_CROPPING_NEVER
,
13
IMPORT_CROPPING_MULTIPAGE_PDFS
,
14
IMPORT_CROPPING_ALWAYS
,
15
NUMBER_IMPORT_CROPPING
16
};
17
18
extern
const
ImportCropping
DEFAULT_IMPORT_CROPPING
;
19
20
#endif // IMPORT_CROPPING_H
IMPORT_CROPPING_ALWAYS
Definition:
ImportCropping.h:14
NUMBER_IMPORT_CROPPING
Definition:
ImportCropping.h:15
IMPORT_CROPPING_NEVER
Definition:
ImportCropping.h:12
IMPORT_CROPPING_MULTIPAGE_PDFS
Definition:
ImportCropping.h:13
DEFAULT_IMPORT_CROPPING
const ImportCropping DEFAULT_IMPORT_CROPPING
Definition:
ImportCropping.cpp:14
ImportCropping
ImportCropping
Definition:
ImportCropping.h:10
Generated on Sat Jan 4 2020 12:00:00 for Engauge Digitizer by
1.8.14