Project Alice
Loading...
Searching...
No Matches
gui_modifier_tooltips.hpp
Go to the documentation of this file.
1#pragma once
2#include "dcon_generated.hpp"
3#include "text.hpp"
4
5namespace ui {
6
7void modifier_description(sys::state& state, text::layout_base& layout, dcon::modifier_id mid, int32_t indentation);
8void active_single_modifier_description(sys::state& state, text::layout_base& layout, dcon::modifier_id mid, int32_t indentation,
9 bool& header, dcon::national_modifier_value nmid, float scaled = 1.f);
10void active_single_modifier_description(sys::state& state, text::layout_base& layout, dcon::modifier_id mid, int32_t indentation,
11 bool& header, dcon::provincial_modifier_value pmid, float scaled = 1.f);
12void active_modifiers_description(sys::state& state, text::layout_base& layout, dcon::province_id p, int32_t identation,
13 dcon::provincial_modifier_value nmid, bool have_header);
14void active_modifiers_description(sys::state& state, text::layout_base& layout, dcon::nation_id n, int32_t identation,
15 dcon::national_modifier_value nmid, bool have_header);
16
17} // namespace ui
void active_single_modifier_description(sys::state &state, text::layout_base &layout, dcon::modifier_id mid, int32_t indentation, bool &header, dcon::national_modifier_value nmid, float scaled)
void modifier_description(sys::state &state, text::layout_base &layout, dcon::modifier_id mid, int32_t indentation=0)
void active_modifiers_description(sys::state &state, text::layout_base &layout, dcon::nation_id n, int32_t identation, dcon::national_modifier_value nmid, bool header)