#include <css_value_align_items.h>
Inheritance diagram for clan::CSSValueAlignItems:Public Types | |
| enum | Type { type_flex_start, type_flex_end, type_center, type_baseline, type_stretch, type_inherit } |
Public Member Functions | |
| CSSValueAlignItems () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| void | compute (const CSSValueAlignItems *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | to_string () const |
Public Attributes | |
| Type | type |
| clan::CSSValueAlignItems::CSSValueAlignItems | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueAlignItems::compute | ( | const CSSValueAlignItems * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValueAlignItems::type |