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