#include <css_value_word_spacing.h>
Inheritance diagram for clan::CSSValueWordSpacing:Public Types | |
| enum | Type { type_normal, type_length, type_inherit } |
Public Member Functions | |
| CSSValueWordSpacing () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueWordSpacing *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | get_name () const |
| std::string | to_string () const |
Public Member Functions inherited from clan::CSSPropertyValue | |
| virtual | ~CSSPropertyValue () |
Public Attributes | |
| CSSLength | length |
| Type | type |
| clan::CSSValueWordSpacing::CSSValueWordSpacing | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueWordSpacing::compute | ( | const CSSValueWordSpacing * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| CSSLength clan::CSSValueWordSpacing::length |
| Type clan::CSSValueWordSpacing::type |