Definition at line 46 of file theme.hpp.
◆ ANCHORING
Enumerator |
---|
FIXED | |
TOP_ANCHORED | |
PROPORTIONAL | |
BOTTOM_ANCHORED | |
Definition at line 70 of file theme.hpp.
◆ object() [1/2]
theme::object::object |
( |
| ) |
|
◆ object() [2/2]
theme::object::object |
( |
std::size_t |
sw, |
|
|
std::size_t |
sh, |
|
|
const config & |
cfg |
|
) |
| |
◆ ~object()
virtual theme::object::~object |
( |
| ) |
|
|
inlinevirtual |
◆ get_id()
const std::string& theme::object::get_id |
( |
| ) |
const |
|
inline |
◆ get_location()
const rect& theme::object::get_location |
( |
| ) |
const |
|
inline |
◆ location()
rect & theme::object::location |
( |
const SDL_Rect & |
screen | ) |
const |
|
virtual |
◆ modify_location() [1/2]
void theme::object::modify_location |
( |
const _rect & |
rect | ) |
|
◆ modify_location() [2/2]
void theme::object::modify_location |
( |
std::string |
rect_str, |
|
|
SDL_Rect |
rect_ref |
|
) |
| |
◆ read_anchor()
◆ id_
std::string theme::object::id_ |
|
private |
◆ last_screen_
rect theme::object::last_screen_ |
|
mutableprivate |
◆ loc_
◆ location_modified_
bool theme::object::location_modified_ |
|
private |
◆ relative_loc_
rect theme::object::relative_loc_ |
|
mutableprivate |
◆ spec_height_
std::size_t theme::object::spec_height_ |
|
private |
◆ spec_width_
std::size_t theme::object::spec_width_ |
|
private |
◆ xanchor_
◆ yanchor_
The documentation for this class was generated from the following files: