#include <css_value_background_repeat.h>

+ Inheritance diagram for clan::CSSValueBackgroundRepeat:

Public Types

enum  RepeatStyle { style_repeat, style_no_repeat, style_space, style_round }
 
enum  Type { type_repeat_style, type_inherit }
 

Public Member Functions

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

Public Attributes

std::vector< RepeatStylerepeat_x
 
std::vector< RepeatStylerepeat_y
 
Type type
 

Member Enumeration Documentation

Enumerator
style_repeat 
style_no_repeat 
style_space 
style_round 
Enumerator
type_repeat_style 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBackgroundRepeat::CSSValueBackgroundRepeat ( )

Member Function Documentation

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

Member Data Documentation

std::vector<RepeatStyle> clan::CSSValueBackgroundRepeat::repeat_x
std::vector<RepeatStyle> clan::CSSValueBackgroundRepeat::repeat_y
Type clan::CSSValueBackgroundRepeat::type

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