ClanLib
2.3.7
|
#include <css_box_outline_width.h>
Public Types | |
enum | Type { type_thin, type_medium, type_thick, type_length, type_inherit } |
Public Member Functions | |
CL_CSSBoxOutlineWidth () | |
void | compute (const CL_CSSBoxOutlineWidth *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxOutlineStyle &style) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
Type | type |
CL_CSSBoxOutlineWidth::CL_CSSBoxOutlineWidth | ( | ) |
void CL_CSSBoxOutlineWidth::compute | ( | const CL_CSSBoxOutlineWidth * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size, | ||
const CL_CSSBoxOutlineStyle & | style | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxOutlineWidth::length |
Type CL_CSSBoxOutlineWidth::type |