Engauge Digitizer  2
ZoomFactorInitial.h
Go to the documentation of this file.
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_INITIAL_H
8 #define ZOOM_FACTOR_INITIAL_H
9 
10 enum ZoomFactorInitial {
22 };
23 
24 // ZOOM_INITIAL_PREVIOUS is default according to the principle of least surprises for the user interface.
26 
27 #endif // ZOOM_FACTOR_INITIAL_H
ZOOM_INITIAL_8_TO_1
Definition: ZoomFactorInitial.h:14
ZOOM_INITIAL_FILL
Definition: ZoomFactorInitial.h:22
DEFAULT_ZOOM_FACTOR_INITIAL
const ZoomFactorInitial DEFAULT_ZOOM_FACTOR_INITIAL
Definition: ZoomFactorInitial.h:24
ZOOM_INITIAL_16_TO_1
Definition: ZoomFactorInitial.h:13
ZOOM_INITIAL_PREVIOUS
Definition: ZoomFactorInitial.h:23
ZOOM_INITIAL_1_TO_2
Definition: ZoomFactorInitial.h:18
ZoomFactorInitial
ZoomFactorInitial
Definition: ZoomFactorInitial.h:9
ZOOM_INITIAL_1_TO_8
Definition: ZoomFactorInitial.h:20
ZOOM_INITIAL_1_TO_16
Definition: ZoomFactorInitial.h:21
ZOOM_INITIAL_2_TO_1
Definition: ZoomFactorInitial.h:16
ZOOM_INITIAL_4_TO_1
Definition: ZoomFactorInitial.h:15
ZOOM_INITIAL_1_TO_4
Definition: ZoomFactorInitial.h:19
ZOOM_INITIAL_1_TO_1
Definition: ZoomFactorInitial.h:17