Project Alice
Loading...
Searching...
No Matches
parsers::button Struct Reference

#include <parsers_declarations.hpp>

Inheritance diagram for parsers::button:
Collaboration diagram for parsers::button:

Public Member Functions

 button ()
 
void spritetype (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void shortcut (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void buttontext (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void buttonfont (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void format (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void clicksound (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
- Public Member Functions inherited from parsers::gui_element_common
 gui_element_common ()
 
void size (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void position (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void orientation (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void name (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void extends (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void rotation (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void maxwidth (association_type, int32_t v, error_handler &err, int32_t line, building_gfx_context &context)
 
void maxheight (association_type, int32_t v, error_handler &err, int32_t line, building_gfx_context &context)
 
void maxsize (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void add_size (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void add_position (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void table_layout (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void finish (building_gfx_context &context)
 

Additional Inherited Members

- Public Attributes inherited from parsers::gui_element_common
ui::element_data target
 
dcon::text_key extension
 

Detailed Description

Definition at line 135 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ button()

parsers::button::button ( )

Definition at line 213 of file gui_graphics_parsers.cpp.

Member Function Documentation

◆ buttonfont()

void parsers::button::buttonfont ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 421 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ buttontext()

void parsers::button::buttontext ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 417 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ clicksound()

void parsers::button::clicksound ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 441 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ format()

void parsers::button::format ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 425 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ shortcut()

void parsers::button::shortcut ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 229 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ spritetype()

void parsers::button::spritetype ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 217 of file gui_graphics_parsers.cpp.


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