#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)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueCounterReset *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_identifier 
type_none 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueCounterReset::CSSValueCounterReset ( )

Member Function Documentation

void clan::CSSValueCounterReset::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueCounterReset::clone ( ) const
virtual
void clan::CSSValueCounterReset::compute ( const CSSValueCounterReset parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueCounterReset::get_name ( ) const
virtual
std::string clan::CSSValueCounterReset::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueCounterReset::type

The documentation for this class was generated from the following file: