#include <css_value_border_image_slice.h>

+ Inheritance diagram for clan::CSSValueBorderImageSlice:

Public Types

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

Public Member Functions

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

bool fill_center
 
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_number 
value_type_percentage 

Constructor & Destructor Documentation

clan::CSSValueBorderImageSlice::CSSValueBorderImageSlice ( )

Member Function Documentation

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

Member Data Documentation

bool clan::CSSValueBorderImageSlice::fill_center
float clan::CSSValueBorderImageSlice::number_bottom
float clan::CSSValueBorderImageSlice::number_left
float clan::CSSValueBorderImageSlice::number_right
float clan::CSSValueBorderImageSlice::number_top
float clan::CSSValueBorderImageSlice::percentage_bottom
float clan::CSSValueBorderImageSlice::percentage_left
float clan::CSSValueBorderImageSlice::percentage_right
float clan::CSSValueBorderImageSlice::percentage_top
Type clan::CSSValueBorderImageSlice::type
ValueType clan::CSSValueBorderImageSlice::value_bottom
ValueType clan::CSSValueBorderImageSlice::value_left
ValueType clan::CSSValueBorderImageSlice::value_right
ValueType clan::CSSValueBorderImageSlice::value_top

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