#include <css_value_flex_shrink.h>
Public Types | |
enum | Type { type_number, type_inherit } |
Public Member Functions | |
CSSValueFlexShrink () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueFlexShrink *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
float | number |
Type | type |
clan::CSSValueFlexShrink::CSSValueFlexShrink | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueFlexShrink::compute | ( | const CSSValueFlexShrink * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
float clan::CSSValueFlexShrink::number |
Type clan::CSSValueFlexShrink::type |