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