#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)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const std::vector< CSSValueGeneric > *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

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

Member Enumeration Documentation

◆ Type

Enumerator
type_tokens 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueGeneric()

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

Member Function Documentation

◆ apply()

void clan::CSSValueGeneric::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueGeneric::clone ( ) const
virtual

◆ compute()

void clan::CSSValueGeneric::compute ( const std::vector< CSSValueGeneric > *  parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

std::string clan::CSSValueGeneric::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueGeneric::to_string ( ) const
virtual

Member Data Documentation

◆ property_name

std::string clan::CSSValueGeneric::property_name

◆ tokens

std::vector<CSSToken> clan::CSSValueGeneric::tokens

◆ type

Type clan::CSSValueGeneric::type

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