#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 | |||
) |
CL_String CL_CSSBoxHeight::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.