#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)
 
void compute (const CSSValueBorderSpacing *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

CSSLength length1
 
CSSLength length2
 
Type type
 

Member Enumeration Documentation

Enumerator
type_one_length 
type_two_lengths 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBorderSpacing::CSSValueBorderSpacing ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueBorderSpacing::length1
CSSLength clan::CSSValueBorderSpacing::length2
Type clan::CSSValueBorderSpacing::type

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