#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)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueBackgroundRepeat *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

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

Member Enumeration Documentation

◆ RepeatStyle

Enumerator
style_repeat 
style_no_repeat 
style_space 
style_round 

◆ Type

Enumerator
type_repeat_style 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueBackgroundRepeat()

clan::CSSValueBackgroundRepeat::CSSValueBackgroundRepeat ( )

Member Function Documentation

◆ apply()

void clan::CSSValueBackgroundRepeat::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueBackgroundRepeat::clone ( ) const
virtual

◆ compute()

void clan::CSSValueBackgroundRepeat::compute ( const CSSValueBackgroundRepeat parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

std::string clan::CSSValueBackgroundRepeat::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueBackgroundRepeat::to_string ( ) const
virtual

Member Data Documentation

◆ repeat_x

std::vector<RepeatStyle> clan::CSSValueBackgroundRepeat::repeat_x

◆ repeat_y

std::vector<RepeatStyle> clan::CSSValueBackgroundRepeat::repeat_y

◆ type

Type clan::CSSValueBackgroundRepeat::type

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