|
HikoGUI
A low latency retained GUI
|
#include "assert.hpp"#include "cast.hpp"Go to the source code of this file.
Data Structures | |
| class | v1::alignment |
Namespaces | |
| namespace | v1 |
| DOXYGEN BUG. | |
Enumerations | |
| enum class | v1::vertical_alignment : uint8_t { v1::top = 0 , v1::middle = 1 , v1::bottom = 2 } |
| Vertical alignment. More... | |
| enum class | v1::horizontal_alignment : uint8_t { v1::flush = 0 , v1::left = 1 , v1::center = 2 , v1::justified = 3 , v1::right = 4 } |
Functions | |
| constexpr alignment | v1::operator| (horizontal_alignment lhs, vertical_alignment rhs) noexcept |
| Combine vertical and horizontal alignment. | |
| constexpr alignment | v1::operator| (vertical_alignment lhs, horizontal_alignment rhs) noexcept |
| Combine vertical and horizontal alignment. | |