#include <css_value_outline_width.h>
Inheritance diagram for clan::CSSValueOutlineWidth:Public Types | |
| enum | Type { type_thin, type_medium, type_thick, type_length, type_inherit } |
Public Member Functions | |
| CSSValueOutlineWidth () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueOutlineWidth *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValueOutlineStyle &style) |
| 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::CSSValueOutlineWidth::CSSValueOutlineWidth | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueOutlineWidth::compute | ( | const CSSValueOutlineWidth * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size, | ||
| const CSSValueOutlineStyle & | style | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| CSSLength clan::CSSValueOutlineWidth::length |
| Type clan::CSSValueOutlineWidth::type |