#include <css_value_position.h>
Public Types | |
enum | Type { type_static, type_relative, type_absolute, type_fixed, type_inherit } |
Public Member Functions | |
CSSValuePosition () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValuePosition *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
clan::CSSValuePosition::CSSValuePosition | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValuePosition::compute | ( | const CSSValuePosition * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValuePosition::type |