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

#include <parsers_declarations.hpp>

Inheritance diagram for parsers::textbox:
Collaboration diagram for parsers::textbox:

Public Member Functions

 textbox ()
 
void bordersize (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void fixedsize (association_type, bool v, error_handler &err, int32_t line, building_gfx_context &context)
 
void font (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 text (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void texturefile (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 171 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ textbox()

parsers::textbox::textbox ( )

Definition at line 528 of file gui_graphics_parsers.cpp.

Member Function Documentation

◆ bordersize()

void parsers::textbox::bordersize ( gfx_xy_pair const &  pr,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 533 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ fixedsize()

void parsers::textbox::fixedsize ( association_type  ,
bool  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 536 of file gui_graphics_parsers.cpp.

◆ font()

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

Definition at line 541 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ format()

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

Definition at line 544 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ text()

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

Definition at line 559 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ texturefile()

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

Definition at line 562 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

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