Project Alice
Loading...
Searching...
No Matches
aui_window_data Struct Reference

#include <gui_deserialize.hpp>

Public Attributes

std::string_view texture
 
std::string_view alt_texture
 
int16_t x_pos
 
int16_t y_pos
 
int16_t x_size
 
int16_t y_size
 
int16_t border_size
 
ui::orientation orientation
 

Detailed Description

Definition at line 86 of file gui_deserialize.hpp.

Member Data Documentation

◆ alt_texture

std::string_view aui_window_data::alt_texture

Definition at line 88 of file gui_deserialize.hpp.

◆ border_size

int16_t aui_window_data::border_size

Definition at line 93 of file gui_deserialize.hpp.

◆ orientation

ui::orientation aui_window_data::orientation

Definition at line 94 of file gui_deserialize.hpp.

◆ texture

std::string_view aui_window_data::texture

Definition at line 87 of file gui_deserialize.hpp.

◆ x_pos

int16_t aui_window_data::x_pos

Definition at line 89 of file gui_deserialize.hpp.

◆ x_size

int16_t aui_window_data::x_size

Definition at line 91 of file gui_deserialize.hpp.

◆ y_pos

int16_t aui_window_data::y_pos

Definition at line 90 of file gui_deserialize.hpp.

◆ y_size

int16_t aui_window_data::y_size

Definition at line 92 of file gui_deserialize.hpp.


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