#include <css_value_content.h>

+ Inheritance diagram for clan::CSSValueContent:

Public Types

enum  Type {
  type_normal, type_none, type_string, type_uri,
  type_counter, type_attr, type_open_quote, type_close_quote,
  type_no_open_quote, type_no_close_quote, type_inherit
}
 

Public Member Functions

 CSSValueContent ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueContent *parent, CSSResourceCache *layout, float em_size, float ex_size, bool before_or_after_pseudo_element)
 
std::string to_string () const
 

Public Attributes

std::string str
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_none 
type_string 
type_uri 
type_counter 
type_attr 
type_open_quote 
type_close_quote 
type_no_open_quote 
type_no_close_quote 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueContent::CSSValueContent ( )

Member Function Documentation

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

Member Data Documentation

std::string clan::CSSValueContent::str
Type clan::CSSValueContent::type

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