Project Alice
|
Classes | |
struct | element_description |
struct | iui_state |
struct | rect |
Enumerations | |
enum class | alignment_vertical : uint8_t { top , center , horizontal } |
enum class | alignment_horizontal : uint8_t { left , center , right } |
enum | iui_tab { none , factory_types , markets , commodities_markets , commodities_nations } |
Functions | |
void | shrink (rect &rectangle, float value) |
void | move_to (rect &rectangle, float x, float y) |
rect | subrect (rect &rectangle, float w, float h, alignment_horizontal align_hor, alignment_vertical align_vert) |
|
strong |
Enumerator | |
---|---|
left | |
center | |
right |
Definition at line 26 of file immediate_mode.hpp.
|
strong |
Enumerator | |
---|---|
top | |
center | |
horizontal |
Definition at line 23 of file immediate_mode.hpp.
enum iui::iui_tab |
Enumerator | |
---|---|
none | |
factory_types | |
markets | |
commodities_markets | |
commodities_nations |
Definition at line 44 of file immediate_mode.hpp.
void iui::move_to | ( | rect & | rectangle, |
float | x, | ||
float | y | ||
) |
void iui::shrink | ( | rect & | rectangle, |
float | value | ||
) |
rect iui::subrect | ( | rect & | rectangle, |
float | w, | ||
float | h, | ||
alignment_horizontal | align_hor, | ||
alignment_vertical | align_vert | ||
) |
Definition at line 18 of file immediate_mode.cpp.