#include <css_value_bottom.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
CSSValueBottom () | |
void | apply (CSSComputedValuesUpdater *updater) |
std::string | to_string () const |
Static Public Member Functions | |
static void | compute (CSSValueTop &top, CSSValueBottom &bottom, const CSSComputedBox *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValuePosition &position) |
Public Attributes | |
CSSLength | length |
float | percentage |
Type | type |
clan::CSSValueBottom::CSSValueBottom | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
static |
|
virtual |
Implements clan::CSSPropertyValue.
CSSLength clan::CSSValueBottom::length |
float clan::CSSValueBottom::percentage |
Type clan::CSSValueBottom::type |