#include <css_box_border_style.h>

Public Types | |
| enum | Type { type_none, type_hidden, type_dotted, type_dashed, type_solid, type_double, type_groove, type_ridge, type_inset, type_outset, type_inherit } |
Public Member Functions | |
| CL_CSSBoxBorderStyle () | |
| void | compute (const CL_CSSBoxBorderStyle *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| Type | type |
| CL_CSSBoxBorderStyle::CL_CSSBoxBorderStyle | ( | ) |
| void CL_CSSBoxBorderStyle::compute | ( | const CL_CSSBoxBorderStyle * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size | |||
| ) |
| CL_String CL_CSSBoxBorderStyle::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1