#include <css_value_top.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
CSSValueTop () | |
void | apply (CSSComputedValuesUpdater *updater) |
std::string | to_string () const |
Public Attributes | |
CSSLength | length |
float | percentage |
Type | type |
clan::CSSValueTop::CSSValueTop | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
CSSLength clan::CSSValueTop::length |
float clan::CSSValueTop::percentage |
Type clan::CSSValueTop::type |