#include <css_value_flex_direction.h>
Public Types | |
enum | Type { type_row, type_row_reverse, type_column, type_column_reverse, type_inherit } |
Public Member Functions | |
CSSValueFlexDirection () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueFlexDirection *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
clan::CSSValueFlexDirection::CSSValueFlexDirection | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueFlexDirection::compute | ( | const CSSValueFlexDirection * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValueFlexDirection::type |