#include <css_value_background_repeat.h>
◆ RepeatStyle
Enumerator |
---|
style_repeat | |
style_no_repeat | |
style_space | |
style_round | |
◆ Type
Enumerator |
---|
type_repeat_style | |
type_inherit | |
◆ CSSValueBackgroundRepeat()
clan::CSSValueBackgroundRepeat::CSSValueBackgroundRepeat |
( |
| ) |
|
◆ apply()
◆ 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 |
◆ 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: