#include <css_value_z_index.h>
Inheritance diagram for clan::CSSValueZIndex:Public Types | |
| enum | Type { type_auto, type_integer, type_inherit } |
Public Member Functions | |
| CSSValueZIndex () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueZIndex *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 | |
| Type | type |
| int | value |
| clan::CSSValueZIndex::CSSValueZIndex | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueZIndex::compute | ( | const CSSValueZIndex * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValueZIndex::type |
| int clan::CSSValueZIndex::value |