#include <css_value_border_image_outset.h>

+ Inheritance diagram for clan::CSSValueBorderImageOutset:

Public Types

enum  Type { type_values, type_inherit }
 
enum  ValueType { value_type_length, value_type_number }
 

Public Member Functions

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

Public Attributes

CSSLength length_bottom
 
CSSLength length_left
 
CSSLength length_right
 
CSSLength length_top
 
float number_bottom
 
float number_left
 
float number_right
 
float number_top
 
Type type
 
ValueType value_bottom
 
ValueType value_left
 
ValueType value_right
 
ValueType value_top
 

Member Enumeration Documentation

Enumerator
type_values 
type_inherit 
Enumerator
value_type_length 
value_type_number 

Constructor & Destructor Documentation

clan::CSSValueBorderImageOutset::CSSValueBorderImageOutset ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueBorderImageOutset::length_bottom
CSSLength clan::CSSValueBorderImageOutset::length_left
CSSLength clan::CSSValueBorderImageOutset::length_right
CSSLength clan::CSSValueBorderImageOutset::length_top
float clan::CSSValueBorderImageOutset::number_bottom
float clan::CSSValueBorderImageOutset::number_left
float clan::CSSValueBorderImageOutset::number_right
float clan::CSSValueBorderImageOutset::number_top
Type clan::CSSValueBorderImageOutset::type
ValueType clan::CSSValueBorderImageOutset::value_bottom
ValueType clan::CSSValueBorderImageOutset::value_left
ValueType clan::CSSValueBorderImageOutset::value_right
ValueType clan::CSSValueBorderImageOutset::value_top

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