Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Friends
Pages
Zoom
ZoomFactor.h
1
#ifndef ZOOM_FACTOR_H
2
#define ZOOM_FACTOR_H
3
4
enum
ZoomFactor {
5
ZOOM_16_TO_1,
6
ZOOM_8_TO_1,
7
ZOOM_4_TO_1,
8
ZOOM_2_TO_1,
9
ZOOM_1_TO_1,
10
ZOOM_1_TO_2,
11
ZOOM_1_TO_4,
12
ZOOM_1_TO_8,
13
ZOOM_1_TO_16,
14
ZOOM_FILL
15
};
16
17
#endif // ZOOM_FACTOR_H
Generated on Thu Feb 4 2016 20:58:35 for Engauge Digitizer by
1.8.5