#include <css_value_border_image_repeat.h>

+ Inheritance diagram for clan::CSSValueBorderImageRepeat:

Public Types

enum  RepeatType { repeat_type_stretch, repeat_type_repeat, repeat_type_round, repeat_type_space }
 
enum  Type { type_values, type_inherit }
 

Public Member Functions

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

Public Attributes

RepeatType repeat_x
 
RepeatType repeat_y
 
Type type
 

Member Enumeration Documentation

Enumerator
repeat_type_stretch 
repeat_type_repeat 
repeat_type_round 
repeat_type_space 
Enumerator
type_values 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBorderImageRepeat::CSSValueBorderImageRepeat ( )

Member Function Documentation

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

Member Data Documentation

RepeatType clan::CSSValueBorderImageRepeat::repeat_x
RepeatType clan::CSSValueBorderImageRepeat::repeat_y
Type clan::CSSValueBorderImageRepeat::type

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