#include <css_value_generic.h>
Inheritance diagram for clan::CSSValueGeneric:Public Types | |
| enum | Type { type_tokens, type_inherit } |
Public Member Functions | |
| CSSValueGeneric (const std::string &property_name) | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const std::vector< CSSValueGeneric > *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::string | property_name |
| std::vector< CSSToken > | tokens |
| Type | type |
| clan::CSSValueGeneric::CSSValueGeneric | ( | const std::string & | property_name | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueGeneric::compute | ( | const std::vector< CSSValueGeneric > * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| std::string clan::CSSValueGeneric::property_name |
| std::vector<CSSToken> clan::CSSValueGeneric::tokens |
| Type clan::CSSValueGeneric::type |