#include <css_value_background_color.h>

+ Inheritance diagram for clan::CSSValueBackgroundColor:

Public Types

enum  Type { type_color, type_inherit }
 

Public Member Functions

 CSSValueBackgroundColor ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueBackgroundColor *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

Colorf color
 
Type type
 

Member Enumeration Documentation

Enumerator
type_color 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBackgroundColor::CSSValueBackgroundColor ( )

Member Function Documentation

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

Member Data Documentation

Colorf clan::CSSValueBackgroundColor::color
Type clan::CSSValueBackgroundColor::type

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