#include <css_value_flex_grow.h>
Inheritance diagram for clan::CSSValueFlexGrow:Public Types | |
| enum | Type { type_number, type_inherit } |
Public Member Functions | |
| CSSValueFlexGrow () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueFlexGrow *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 | |
| float | number |
| Type | type |
| clan::CSSValueFlexGrow::CSSValueFlexGrow | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueFlexGrow::compute | ( | const CSSValueFlexGrow * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| float clan::CSSValueFlexGrow::number |
| Type clan::CSSValueFlexGrow::type |