Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ZoomFactor.h
1 /******************************************************************************************************
2  * (C) 2014 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 ZOOM_FACTOR_H
8 #define ZOOM_FACTOR_H
9 
10 enum ZoomFactor {
11  ZOOM_16_TO_1,
12  ZOOM_8_TO_1,
13  ZOOM_4_TO_1,
14  ZOOM_2_TO_1,
15  ZOOM_1_TO_1,
16  ZOOM_1_TO_2,
17  ZOOM_1_TO_4,
18  ZOOM_1_TO_8,
19  ZOOM_1_TO_16,
20  ZOOM_FILL
21 };
22 
23 #endif // ZOOM_FACTOR_H