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