#include <css_value_quotes.h>

+ Inheritance diagram for clan::CSSValueQuotes:

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
 

Member Enumeration Documentation

Enumerator
type_strings 
type_none 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueQuotes::CSSValueQuotes ( )

Member Function Documentation

void clan::CSSValueQuotes::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueQuotes::compute ( const CSSValueQuotes parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueQuotes::to_string ( ) const
virtual

Member Data Documentation

std::vector<std::string> clan::CSSValueQuotes::strings
Type clan::CSSValueQuotes::type

The documentation for this class was generated from the following file: