#include <css_value_border_image_width.h>
◆ Type
Enumerator |
---|
type_values | |
type_inherit | |
◆ ValueType
Enumerator |
---|
value_type_length | |
value_type_number | |
value_type_percentage | |
value_type_auto | |
◆ CSSValueBorderImageWidth()
clan::CSSValueBorderImageWidth::CSSValueBorderImageWidth |
( |
| ) |
|
◆ apply()
◆ clone()
std::unique_ptr<CSSPropertyValue> clan::CSSValueBorderImageWidth::clone |
( |
| ) |
const |
|
virtual |
◆ compute()
void clan::CSSValueBorderImageWidth::compute |
( |
const CSSValueBorderImageWidth * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
◆ get_name()
std::string clan::CSSValueBorderImageWidth::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueBorderImageWidth::to_string |
( |
| ) |
const |
|
virtual |
◆ length_bottom
CSSLength clan::CSSValueBorderImageWidth::length_bottom |
◆ length_left
CSSLength clan::CSSValueBorderImageWidth::length_left |
◆ length_right
CSSLength clan::CSSValueBorderImageWidth::length_right |
◆ length_top
CSSLength clan::CSSValueBorderImageWidth::length_top |
◆ number_bottom
float clan::CSSValueBorderImageWidth::number_bottom |
◆ number_left
float clan::CSSValueBorderImageWidth::number_left |
◆ number_right
float clan::CSSValueBorderImageWidth::number_right |
◆ number_top
float clan::CSSValueBorderImageWidth::number_top |
◆ percentage_bottom
float clan::CSSValueBorderImageWidth::percentage_bottom |
◆ percentage_left
float clan::CSSValueBorderImageWidth::percentage_left |
◆ percentage_right
float clan::CSSValueBorderImageWidth::percentage_right |
◆ percentage_top
float clan::CSSValueBorderImageWidth::percentage_top |
◆ type
Type clan::CSSValueBorderImageWidth::type |
◆ value_bottom
ValueType clan::CSSValueBorderImageWidth::value_bottom |
◆ value_left
ValueType clan::CSSValueBorderImageWidth::value_left |
◆ value_right
ValueType clan::CSSValueBorderImageWidth::value_right |
◆ value_top
ValueType clan::CSSValueBorderImageWidth::value_top |
The documentation for this class was generated from the following file: