Project Alice
Loading...
Searching...
No Matches
ui::definitions Class Reference

#include <gui_graphics.hpp>

Collaboration diagram for ui::definitions:

Public Attributes

tagged_vector< gfx_object, dcon::gfx_object_id > gfx
 
tagged_vector< dcon::text_key, dcon::texture_id > textures
 
tagged_vector< element_data, dcon::gui_def_id > gui
 
std::vector< window_extensionextensions
 

Static Public Attributes

static constexpr dcon::texture_id small_tiles_dialog = dcon::texture_id(0)
 
static constexpr dcon::texture_id tiles_dialog = dcon::texture_id(1)
 
static constexpr dcon::texture_id transparency = dcon::texture_id(2)
 

Detailed Description

Definition at line 332 of file gui_graphics.hpp.

Member Data Documentation

◆ extensions

std::vector<window_extension> ui::definitions::extensions

Definition at line 341 of file gui_graphics.hpp.

◆ gfx

tagged_vector<gfx_object, dcon::gfx_object_id> ui::definitions::gfx

Definition at line 338 of file gui_graphics.hpp.

◆ gui

tagged_vector<element_data, dcon::gui_def_id> ui::definitions::gui

Definition at line 340 of file gui_graphics.hpp.

◆ small_tiles_dialog

constexpr dcon::texture_id ui::definitions::small_tiles_dialog = dcon::texture_id(0)
staticconstexpr

Definition at line 334 of file gui_graphics.hpp.

◆ textures

tagged_vector<dcon::text_key, dcon::texture_id> ui::definitions::textures

Definition at line 339 of file gui_graphics.hpp.

◆ tiles_dialog

constexpr dcon::texture_id ui::definitions::tiles_dialog = dcon::texture_id(1)
staticconstexpr

Definition at line 335 of file gui_graphics.hpp.

◆ transparency

constexpr dcon::texture_id ui::definitions::transparency = dcon::texture_id(2)
staticconstexpr

Definition at line 336 of file gui_graphics.hpp.


The documentation for this class was generated from the following file: