#include <css_value_border_spacing.h>

+ Inheritance diagram for clan::CSSValueBorderSpacing:

Public Types

enum  Type { type_one_length, type_two_lengths, type_inherit }
 

Public Member Functions

 CSSValueBorderSpacing ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueBorderSpacing *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 length1
 
CSSLength length2
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_one_length 
type_two_lengths 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueBorderSpacing()

clan::CSSValueBorderSpacing::CSSValueBorderSpacing ( )

Member Function Documentation

◆ apply()

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

◆ clone()

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

◆ compute()

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

◆ get_name()

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

◆ to_string()

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

Member Data Documentation

◆ length1

CSSLength clan::CSSValueBorderSpacing::length1

◆ length2

CSSLength clan::CSSValueBorderSpacing::length2

◆ type

Type clan::CSSValueBorderSpacing::type

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