#include <css_value_border_style.h>
|
enum | Type {
type_none,
type_hidden,
type_dotted,
type_dashed,
type_solid,
type_double,
type_groove,
type_ridge,
type_inset,
type_outset,
type_inherit
} |
|
enum | ValueType { left_value,
top_value,
right_value,
bottom_value
} |
|
Enumerator |
---|
type_none |
|
type_hidden |
|
type_dotted |
|
type_dashed |
|
type_solid |
|
type_double |
|
type_groove |
|
type_ridge |
|
type_inset |
|
type_outset |
|
type_inherit |
|
Enumerator |
---|
left_value |
|
top_value |
|
right_value |
|
bottom_value |
|
clan::CSSValueBorderStyle::CSSValueBorderStyle |
( |
| ) |
|
void clan::CSSValueBorderStyle::compute |
( |
const CSSValueBorderStyle * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
std::string clan::CSSValueBorderStyle::get_name |
( |
| ) |
const |
|
virtual |
std::string clan::CSSValueBorderStyle::to_string |
( |
| ) |
const |
|
virtual |
Type clan::CSSValueBorderStyle::type |
ValueType clan::CSSValueBorderStyle::value_type |
The documentation for this class was generated from the following file: