#include <css_value_border_radius.h>
◆ LengthType
Enumerator |
---|
value_type_length | |
value_type_percentage | |
◆ Type
Enumerator |
---|
type_one_value | |
type_two_values | |
type_inherit | |
◆ ValueType
Enumerator |
---|
top_left_value | |
top_right_value | |
bottom_left_value | |
bottom_right_value | |
◆ CSSValueBorderRadius() [1/2]
clan::CSSValueBorderRadius::CSSValueBorderRadius |
( |
| ) |
|
◆ CSSValueBorderRadius() [2/2]
◆ apply()
◆ clone()
◆ compute()
void clan::CSSValueBorderRadius::compute |
( |
const CSSValueBorderRadius * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
◆ get_name()
std::string clan::CSSValueBorderRadius::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueBorderRadius::to_string |
( |
| ) |
const |
|
virtual |
◆ length1
CSSLength clan::CSSValueBorderRadius::length1 |
◆ length2
CSSLength clan::CSSValueBorderRadius::length2 |
◆ percentage1
float clan::CSSValueBorderRadius::percentage1 |
◆ percentage2
float clan::CSSValueBorderRadius::percentage2 |
◆ type
Type clan::CSSValueBorderRadius::type |
◆ value_type
ValueType clan::CSSValueBorderRadius::value_type |
◆ value_type1
LengthType clan::CSSValueBorderRadius::value_type1 |
◆ value_type2
LengthType clan::CSSValueBorderRadius::value_type2 |
The documentation for this class was generated from the following file: