ClanLib
2.3.7
|
#include <css_box_height.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit, type_clan_expanding } |
Public Member Functions | |
CL_CSSBoxHeight () | |
void | compute (const CL_CSSBoxHeight *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, bool is_containing_block_height_auto) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
float | percentage |
Type | type |
CL_CSSBoxHeight::CL_CSSBoxHeight | ( | ) |
void CL_CSSBoxHeight::compute | ( | const CL_CSSBoxHeight * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size, | ||
bool | is_containing_block_height_auto | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxHeight::length |
float CL_CSSBoxHeight::percentage |
Type CL_CSSBoxHeight::type |