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