#include <css_value_decoration_break.h>
Public Types | |
enum | Type { type_slice, type_clone, type_inherit } |
Public Member Functions | |
CSSValueDecorationBreak () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueDecorationBreak *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
clan::CSSValueDecorationBreak::CSSValueDecorationBreak | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueDecorationBreak::compute | ( | const CSSValueDecorationBreak * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValueDecorationBreak::type |