Project Alice
Loading...
Searching...
No Matches
gui_graphics.cpp File Reference
#include "gui_graphics.hpp"
#include "simple_fs.hpp"
#include "gui_element_base.hpp"
Include dependency graph for gui_graphics.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ui
 

Functions

void ui::load_text_gui_definitions (sys::state &state, parsers::building_gfx_context &context, parsers::error_handler &err)
 
int16_t ui::child_relative_location_y_component (element_base const &parent, element_base const &child)
 
xy_pair ui::child_relative_non_mirror_location (sys::state &state, element_base const &parent, element_base const &child)
 
xy_pair ui::child_relative_location (sys::state &state, element_base const &parent, element_base const &child)
 
xy_pair ui::get_absolute_location (sys::state &state, element_base const &node)
 
xy_pair ui::get_absolute_non_mirror_location (sys::state &state, element_base const &node)
 
int32_t ui::ui_width (sys::state const &state)
 
int32_t ui::ui_height (sys::state const &state)
 
void ui::populate_definitions_map (sys::state &state)