Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | clicksound (parsers::association_type, std::string_view, parsers::error_handler &err, int32_t line, building_gfx_context &context) |
void | finish (building_gfx_context &context) |
Public Attributes | |
std::optional< int32_t > | size |
std::optional< gfx_xy_pair > | size_obj |
std::optional< gfx_xy_pair > | bordersize |
std::string_view | name |
std::string_view | primary_texture |
std::string_view | secondary_texture |
int32_t | noofframes = 1 |
bool | horizontal = true |
bool | allwaystransparent = false |
bool | flipv = false |
bool | clicksound_set = false |
bool | transparencecheck = false |
Definition at line 67 of file parsers_declarations.hpp.
|
inline |
Definition at line 83 of file parsers_declarations.hpp.
|
inline |
Definition at line 88 of file parsers_declarations.hpp.
bool parsers::gfx_object::allwaystransparent = false |
Definition at line 78 of file parsers_declarations.hpp.
std::optional<gfx_xy_pair> parsers::gfx_object::bordersize |
Definition at line 70 of file parsers_declarations.hpp.
bool parsers::gfx_object::clicksound_set = false |
Definition at line 80 of file parsers_declarations.hpp.
bool parsers::gfx_object::flipv = false |
Definition at line 79 of file parsers_declarations.hpp.
bool parsers::gfx_object::horizontal = true |
Definition at line 77 of file parsers_declarations.hpp.
std::string_view parsers::gfx_object::name |
Definition at line 71 of file parsers_declarations.hpp.
int32_t parsers::gfx_object::noofframes = 1 |
Definition at line 75 of file parsers_declarations.hpp.
std::string_view parsers::gfx_object::primary_texture |
Definition at line 72 of file parsers_declarations.hpp.
std::string_view parsers::gfx_object::secondary_texture |
Definition at line 73 of file parsers_declarations.hpp.
std::optional<int32_t> parsers::gfx_object::size |
Definition at line 68 of file parsers_declarations.hpp.
std::optional<gfx_xy_pair> parsers::gfx_object::size_obj |
Definition at line 69 of file parsers_declarations.hpp.
bool parsers::gfx_object::transparencecheck = false |
Definition at line 81 of file parsers_declarations.hpp.