#include <css_value_border_width.h>
Inheritance diagram for clan::CSSValueBorderWidth:Public Types | |
| enum | Type { type_thin, type_medium, type_thick, type_length, type_inherit } |
| enum | ValueType { left_value, top_value, right_value, bottom_value } |
Public Member Functions | |
| CSSValueBorderWidth () | |
| CSSValueBorderWidth (ValueType value_type, const CSSValueBorderWidth &value) | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueBorderWidth *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValueBorderStyle &style) |
| std::string | get_name () const |
| std::string | to_string () const |
Public Member Functions inherited from clan::CSSPropertyValue | |
| virtual | ~CSSPropertyValue () |
Public Attributes | |
| CSSLength | length |
| enum clan::CSSValueBorderWidth::Type | type |
| ValueType | value_type |
| clan::CSSValueBorderWidth::CSSValueBorderWidth | ( | ) |
| clan::CSSValueBorderWidth::CSSValueBorderWidth | ( | ValueType | value_type, |
| const CSSValueBorderWidth & | value | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueBorderWidth::compute | ( | const CSSValueBorderWidth * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size, | ||
| const CSSValueBorderStyle & | style | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| CSSLength clan::CSSValueBorderWidth::length |
| enum clan::CSSValueBorderWidth::Type clan::CSSValueBorderWidth::type |
| ValueType clan::CSSValueBorderWidth::value_type |