#include <css_value_left.h>
Inheritance diagram for clan::CSSValueLeft:Public Types | |
| enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
| CSSValueLeft () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| std::string | get_name () const |
| std::string | to_string () const |
Public Member Functions inherited from clan::CSSPropertyValue | |
| virtual | ~CSSPropertyValue () |
Public Attributes | |
| CSSLength | length |
| float | percentage |
| Type | type |
| clan::CSSValueLeft::CSSValueLeft | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| CSSLength clan::CSSValueLeft::length |
| float clan::CSSValueLeft::percentage |
| Type clan::CSSValueLeft::type |