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