#include <css_value_counter_reset.h>
Inheritance diagram for clan::CSSValueCounterReset:Public Types | |
| enum | Type { type_identifier, type_none, type_inherit } |
Public Member Functions | |
| CSSValueCounterReset () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| void | compute (const CSSValueCounterReset *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | to_string () const |
Public Attributes | |
| Type | type |
| clan::CSSValueCounterReset::CSSValueCounterReset | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueCounterReset::compute | ( | const CSSValueCounterReset * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValueCounterReset::type |