#include <css_value_unicode_bidi.h>
Inheritance diagram for clan::CSSValueUnicodeBidi:Public Types | |
| enum | Type { type_normal, type_embed, type_bidi_override, type_inherit } |
Public Member Functions | |
| CSSValueUnicodeBidi () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| void | compute (const CSSValueUnicodeBidi *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | to_string () const |
Public Attributes | |
| Type | type |
| clan::CSSValueUnicodeBidi::CSSValueUnicodeBidi | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueUnicodeBidi::compute | ( | const CSSValueUnicodeBidi * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValueUnicodeBidi::type |