29 #ifndef CDPL_VIS_ALIGNMENT_HPP
30 #define CDPL_VIS_ALIGNMENT_HPP
52 constexpr
unsigned int NONE = 0;
57 constexpr
unsigned int LEFT = 0x1;
62 constexpr
unsigned int RIGHT = 0x2;
77 constexpr
unsigned int TOP = 0x4;
constexpr unsigned int RIGHT
Specifies an alignment to the right.
Definition: Alignment.hpp:62
constexpr unsigned int V_CENTER
Specifies that an object has to be centered vertically.
Definition: Alignment.hpp:87
constexpr unsigned int H_CENTER
Specifies that an object has to be centered horizontally.
Definition: Alignment.hpp:67
constexpr unsigned int V_ALIGNMENT_MASK
A bitmask for all vertical alignment flags.
Definition: Alignment.hpp:92
constexpr unsigned int TOP
Specifies an alignment to the top.
Definition: Alignment.hpp:77
constexpr unsigned int BOTTOM
Specifies an alignment to the bottom.
Definition: Alignment.hpp:82
constexpr unsigned int H_ALIGNMENT_MASK
A bitmask for all horizontal alignment flags.
Definition: Alignment.hpp:72
constexpr unsigned int CENTER
Specifies that an object has to be centered horizontally and vertically.
Definition: Alignment.hpp:97
constexpr unsigned int NONE
Specifies that an object has no special alignment.
Definition: Alignment.hpp:52
constexpr unsigned int LEFT
Specifies an alignment to the left.
Definition: Alignment.hpp:57
The namespace of the Chemical Data Processing Library.