#include <css_value_border_image_width.h>

+ Inheritance diagram for clan::CSSValueBorderImageWidth:

Public Types

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

Public Member Functions

 CSSValueBorderImageWidth ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueBorderImageWidth *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 length_bottom
 
CSSLength length_left
 
CSSLength length_right
 
CSSLength length_top
 
float number_bottom
 
float number_left
 
float number_right
 
float number_top
 
float percentage_bottom
 
float percentage_left
 
float percentage_right
 
float percentage_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 
value_type_percentage 
value_type_auto 

Constructor & Destructor Documentation

clan::CSSValueBorderImageWidth::CSSValueBorderImageWidth ( )

Member Function Documentation

void clan::CSSValueBorderImageWidth::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueBorderImageWidth::clone ( ) const
virtual
void clan::CSSValueBorderImageWidth::compute ( const CSSValueBorderImageWidth parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueBorderImageWidth::get_name ( ) const
virtual
std::string clan::CSSValueBorderImageWidth::to_string ( ) const
virtual

Member Data Documentation

CSSLength clan::CSSValueBorderImageWidth::length_bottom
CSSLength clan::CSSValueBorderImageWidth::length_left
CSSLength clan::CSSValueBorderImageWidth::length_right
CSSLength clan::CSSValueBorderImageWidth::length_top
float clan::CSSValueBorderImageWidth::number_bottom
float clan::CSSValueBorderImageWidth::number_left
float clan::CSSValueBorderImageWidth::number_right
float clan::CSSValueBorderImageWidth::number_top
float clan::CSSValueBorderImageWidth::percentage_bottom
float clan::CSSValueBorderImageWidth::percentage_left
float clan::CSSValueBorderImageWidth::percentage_right
float clan::CSSValueBorderImageWidth::percentage_top
Type clan::CSSValueBorderImageWidth::type
ValueType clan::CSSValueBorderImageWidth::value_bottom
ValueType clan::CSSValueBorderImageWidth::value_left
ValueType clan::CSSValueBorderImageWidth::value_right
ValueType clan::CSSValueBorderImageWidth::value_top

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