#include <css_value_order.h>
Public Types | |
enum | Type { type_integer, type_inherit } |
Public Member Functions | |
CSSValueOrder () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueOrder *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
int | value |
clan::CSSValueOrder::CSSValueOrder | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueOrder::compute | ( | const CSSValueOrder * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValueOrder::type |
int clan::CSSValueOrder::value |