#include <css_value_background_clip.h>
Inheritance diagram for clan::CSSValueBackgroundClip:Public Types | |
| enum | ClipType { clip_border_box, clip_padding_box, clip_content_box } |
| enum | Type { type_value, type_inherit } |
Public Member Functions | |
| CSSValueBackgroundClip () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueBackgroundClip *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 | |
| enum clan::CSSValueBackgroundClip::Type | type |
| std::vector< ClipType > | values |
| clan::CSSValueBackgroundClip::CSSValueBackgroundClip | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueBackgroundClip::compute | ( | const CSSValueBackgroundClip * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| enum clan::CSSValueBackgroundClip::Type clan::CSSValueBackgroundClip::type |
| std::vector<ClipType> clan::CSSValueBackgroundClip::values |