#include <css_value_height.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
CSSValueHeight () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueHeight *parent, CSSResourceCache *layout, float em_size, float ex_size, bool is_containing_block_height_auto) |
std::string | to_string () const |
Public Attributes | |
CSSLength | length |
float | percentage |
Type | type |
clan::CSSValueHeight::CSSValueHeight | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueHeight::compute | ( | const CSSValueHeight * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size, | ||
bool | is_containing_block_height_auto | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
CSSLength clan::CSSValueHeight::length |
float clan::CSSValueHeight::percentage |
Type clan::CSSValueHeight::type |