Engauge Digitizer
2
Loading...
Searching...
No Matches
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
DEFAULT_IMPORT_CROPPING
const ImportCropping DEFAULT_IMPORT_CROPPING
Definition
ImportCropping.cpp:14
ImportCropping
ImportCropping
Definition
ImportCropping.h:11
NUMBER_IMPORT_CROPPING
@ NUMBER_IMPORT_CROPPING
Definition
ImportCropping.h:15
IMPORT_CROPPING_NEVER
@ IMPORT_CROPPING_NEVER
Definition
ImportCropping.h:12
IMPORT_CROPPING_MULTIPAGE_PDFS
@ IMPORT_CROPPING_MULTIPAGE_PDFS
Definition
ImportCropping.h:13
IMPORT_CROPPING_ALWAYS
@ IMPORT_CROPPING_ALWAYS
Definition
ImportCropping.h:14
Generated on
for Engauge Digitizer by
1.14.0