#include <css_box_border_width.h>

Public Types | |
| enum | Type { type_thin, type_medium, type_thick, type_length, type_inherit } |
Public Member Functions | |
| CL_CSSBoxBorderWidth () | |
| void | compute (const CL_CSSBoxBorderWidth *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxBorderStyle &style) |
| CL_String | to_string () const |
Public Attributes | |
| CL_CSSBoxLength | length |
| enum CL_CSSBoxBorderWidth::Type | type |
| CL_CSSBoxBorderWidth::CL_CSSBoxBorderWidth | ( | ) |
| void CL_CSSBoxBorderWidth::compute | ( | const CL_CSSBoxBorderWidth * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size, | |||
| const CL_CSSBoxBorderStyle & | style | |||
| ) |
| CL_String CL_CSSBoxBorderWidth::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1