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

CSSLength length
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_normal 
type_length 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueWordSpacing()

clan::CSSValueWordSpacing::CSSValueWordSpacing ( )

Member Function Documentation

◆ apply()

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

◆ clone()

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

◆ compute()

void clan::CSSValueWordSpacing::compute ( const CSSValueWordSpacing parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

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

◆ to_string()

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

Member Data Documentation

◆ length

CSSLength clan::CSSValueWordSpacing::length

◆ type

Type clan::CSSValueWordSpacing::type

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