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