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