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

#include <parsers_declarations.hpp>

Inheritance diagram for parsers::listbox:
Collaboration diagram for parsers::listbox:

Public Member Functions

 listbox ()
 
void background (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context)
 
void bordersize (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void offset (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context)
 
void spacing (association_type, uint32_t v, 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 181 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ listbox()

parsers::listbox::listbox ( )

Definition at line 577 of file gui_graphics_parsers.cpp.

Member Function Documentation

◆ background()

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

Definition at line 582 of file gui_graphics_parsers.cpp.

◆ bordersize()

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

Definition at line 594 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ offset()

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

Definition at line 597 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ spacing()

void parsers::listbox::spacing ( association_type  ,
uint32_t  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 600 of file gui_graphics_parsers.cpp.


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