#include <css_value_border_width.h>
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 |
![]() | |
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 |