#include <css_value_generic.h>

+ Inheritance diagram for clan::CSSValueGeneric:

Public Types

enum  Type { type_tokens, type_inherit }
 

Public Member Functions

 CSSValueGeneric (const std::string &property_name)
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const std::vector< CSSValueGeneric > *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

std::string property_name
 
std::vector< CSSTokentokens
 
Type type
 

Member Enumeration Documentation

Enumerator
type_tokens 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueGeneric::CSSValueGeneric ( const std::string &  property_name)

Member Function Documentation

void clan::CSSValueGeneric::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueGeneric::compute ( const std::vector< CSSValueGeneric > *  parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueGeneric::to_string ( ) const
virtual

Member Data Documentation

std::string clan::CSSValueGeneric::property_name
std::vector<CSSToken> clan::CSSValueGeneric::tokens
Type clan::CSSValueGeneric::type

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