#include <css_value_shadow.h>
Inheritance diagram for clan::CSSValueShadow:Classes | |
| class | Shadow |
Public Types | |
| enum | Type { type_none, type_shadows, type_inherit } |
Public Member Functions | |
| CSSValueShadow () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueShadow *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 | |
| std::vector< Shadow > | shadows |
| Type | type |
| clan::CSSValueShadow::CSSValueShadow | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueShadow::compute | ( | const CSSValueShadow * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| std::vector<Shadow> clan::CSSValueShadow::shadows |
| Type clan::CSSValueShadow::type |