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