#include <css_value_text_decoration.h>

+ Inheritance diagram for clan::CSSValueTextDecoration:

Public Types

enum  Type { type_none, type_values, type_inherit, type_inherit_special }
 

Public Member Functions

 CSSValueTextDecoration ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueTextDecoration *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

bool blink
 
bool line_through
 
bool overline
 
Type type
 
bool underline
 

Member Enumeration Documentation

◆ Type

Enumerator
type_none 
type_values 
type_inherit 
type_inherit_special 

Constructor & Destructor Documentation

◆ CSSValueTextDecoration()

clan::CSSValueTextDecoration::CSSValueTextDecoration ( )

Member Function Documentation

◆ apply()

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

◆ clone()

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

◆ compute()

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

◆ get_name()

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

◆ to_string()

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

Member Data Documentation

◆ blink

bool clan::CSSValueTextDecoration::blink

◆ line_through

bool clan::CSSValueTextDecoration::line_through

◆ overline

bool clan::CSSValueTextDecoration::overline

◆ type

Type clan::CSSValueTextDecoration::type

◆ underline

bool clan::CSSValueTextDecoration::underline

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