#include <css_value_word_spacing.h>

+ Inheritance diagram for clan::CSSValueWordSpacing:

Public Types

enum  Type { type_normal, type_length, type_inherit }
 

Public Member Functions

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

Public Attributes

CSSLength length
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_length 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueWordSpacing::CSSValueWordSpacing ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueWordSpacing::length
Type clan::CSSValueWordSpacing::type

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