Engauge Digitizer  2
Enumerations
ZoomFactor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ZoomFactor {
  ZOOM_16_TO_1, ZOOM_16_TO_1_FARTHER, ZOOM_8_TO_1_CLOSER, ZOOM_8_TO_1,
  ZOOM_8_TO_1_FARTHER, ZOOM_4_TO_1_CLOSER, ZOOM_4_TO_1, ZOOM_4_TO_1_FARTHER,
  ZOOM_2_TO_1_CLOSER, ZOOM_2_TO_1, ZOOM_2_TO_1_FARTHER, ZOOM_1_TO_1_CLOSER,
  ZOOM_1_TO_1, ZOOM_1_TO_1_FARTHER, ZOOM_1_TO_2_CLOSER, ZOOM_1_TO_2,
  ZOOM_1_TO_2_FARTHER, ZOOM_1_TO_4_CLOSER, ZOOM_1_TO_4, ZOOM_1_TO_4_FARTHER,
  ZOOM_1_TO_8_CLOSER, ZOOM_1_TO_8, ZOOM_1_TO_8_FARTHER, ZOOM_1_TO_16_CLOSER,
  ZOOM_1_TO_16, ZOOM_FILL, NUMBER_ZOOM_FACTORS
}
 Zoom factors ordered by zoom level so next one above/below is the next zoom level. More...
 

Enumeration Type Documentation

◆ ZoomFactor

enum ZoomFactor

Zoom factors ordered by zoom level so next one above/below is the next zoom level.

Enumerator
ZOOM_16_TO_1 
ZOOM_16_TO_1_FARTHER 
ZOOM_8_TO_1_CLOSER 
ZOOM_8_TO_1 
ZOOM_8_TO_1_FARTHER 
ZOOM_4_TO_1_CLOSER 
ZOOM_4_TO_1 
ZOOM_4_TO_1_FARTHER 
ZOOM_2_TO_1_CLOSER 
ZOOM_2_TO_1 
ZOOM_2_TO_1_FARTHER 
ZOOM_1_TO_1_CLOSER 
ZOOM_1_TO_1 
ZOOM_1_TO_1_FARTHER 
ZOOM_1_TO_2_CLOSER 
ZOOM_1_TO_2 
ZOOM_1_TO_2_FARTHER 
ZOOM_1_TO_4_CLOSER 
ZOOM_1_TO_4 
ZOOM_1_TO_4_FARTHER 
ZOOM_1_TO_8_CLOSER 
ZOOM_1_TO_8 
ZOOM_1_TO_8_FARTHER 
ZOOM_1_TO_16_CLOSER 
ZOOM_1_TO_16 
ZOOM_FILL 
NUMBER_ZOOM_FACTORS 

Definition at line 11 of file ZoomFactor.h.

11  {
37  ZOOM_FILL,
39 };