ClanLib
2.3.7
|
#include <css_box_decoration_break.h>
Public Types | |
enum | Type { type_slice, type_clone, type_inherit } |
Public Member Functions | |
CL_CSSBoxDecorationBreak () | |
void | compute (const CL_CSSBoxDecorationBreak *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxDecorationBreak::CL_CSSBoxDecorationBreak | ( | ) |
void CL_CSSBoxDecorationBreak::compute | ( | const CL_CSSBoxDecorationBreak * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxDecorationBreak::type |