#include <css_value_background_size.h>
Inheritance diagram for clan::CSSValueBackgroundSize:Classes | |
| class | Size |
Public Types | |
| enum | SizeType { size_contain, size_cover, size_values } |
| enum | Type { type_value, type_inherit } |
| enum | ValueType { value_type_auto, value_type_length, value_type_percentage } |
Public Member Functions | |
| CSSValueBackgroundSize () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueBackgroundSize *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 | |
| enum clan::CSSValueBackgroundSize::Type | type |
| std::vector< Size > | values |
| clan::CSSValueBackgroundSize::CSSValueBackgroundSize | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueBackgroundSize::compute | ( | const CSSValueBackgroundSize * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| enum clan::CSSValueBackgroundSize::Type clan::CSSValueBackgroundSize::type |
| std::vector<Size> clan::CSSValueBackgroundSize::values |