#include <css_value_clip.h>
Public Types | |
enum | Type { type_rect, type_auto, type_inherit } |
Public Member Functions | |
CSSValueClip () | |
void | apply (CSSComputedValuesUpdater *updater) |
std::unique_ptr< CSSPropertyValue > | clone () const |
void | compute (const CSSValueClip *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | get_name () const |
std::string | to_string () const |
![]() | |
virtual | ~CSSPropertyValue () |
Public Attributes | |
CSSLength | bottom |
bool | bottom_auto |
CSSLength | left |
bool | left_auto |
CSSLength | right |
bool | right_auto |
CSSLength | top |
bool | top_auto |
Type | type |
clan::CSSValueClip::CSSValueClip | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueClip::compute | ( | const CSSValueClip * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
CSSLength clan::CSSValueClip::bottom |
bool clan::CSSValueClip::bottom_auto |
CSSLength clan::CSSValueClip::left |
bool clan::CSSValueClip::left_auto |
CSSLength clan::CSSValueClip::right |
bool clan::CSSValueClip::right_auto |
CSSLength clan::CSSValueClip::top |
bool clan::CSSValueClip::top_auto |
Type clan::CSSValueClip::type |