#include <css_value_direction.h>

+ Inheritance diagram for clan::CSSValueDirection:

Public Types

enum  Type { type_ltr, type_rtl, type_inherit }
 

Public Member Functions

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

Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_ltr 
type_rtl 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueDirection()

clan::CSSValueDirection::CSSValueDirection ( )

Member Function Documentation

◆ apply()

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

◆ clone()

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

◆ compute()

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

◆ get_name()

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

◆ to_string()

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

Member Data Documentation

◆ type

Type clan::CSSValueDirection::type

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