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