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