Molybden API
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
zoom_level.hpp
1
// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_ZOOM_LEVEL_HPP
6
#define MOLYBDEN_ZOOM_LEVEL_HPP
7
8
namespace
molybden {
12
using
ZoomLevel = double;
13
14
static
const
ZoomLevel k25 = 0.25;
15
static
const
ZoomLevel k33 = 0.33;
16
static
const
ZoomLevel k50 = 0.50;
17
static
const
ZoomLevel k67 = 0.67;
18
static
const
ZoomLevel k75 = 0.75;
19
static
const
ZoomLevel k80 = 0.80;
20
static
const
ZoomLevel k90 = 0.90;
21
static
const
ZoomLevel k100 = 1.00;
22
static
const
ZoomLevel k110 = 1.10;
23
static
const
ZoomLevel k125 = 1.25;
24
static
const
ZoomLevel k150 = 1.50;
25
static
const
ZoomLevel k175 = 1.75;
26
static
const
ZoomLevel k200 = 2.00;
27
static
const
ZoomLevel k250 = 2.50;
28
static
const
ZoomLevel k300 = 3.00;
29
static
const
ZoomLevel k400 = 4.00;
30
static
const
ZoomLevel k500 = 5.00;
31
32
}
// namespace molybden
33
#endif
// MOLYBDEN_ZOOM_LEVEL_HPP
include
molybden
zoom
zoom_level.hpp