#include <css_value_top.h>
Inheritance diagram for clan::CSSValueTop:Public Types | |
| enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
| CSSValueTop () | |
| 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::CSSValueTop::CSSValueTop | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| CSSLength clan::CSSValueTop::length |
| float clan::CSSValueTop::percentage |
| Type clan::CSSValueTop::type |