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