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