#include <css_value_list_style_type.h>

+ Inheritance diagram for clan::CSSValueListStyleType:

Public Types

enum  Type {
  type_disc, type_circle, type_square, type_decimal,
  type_decimal_leading_zero, type_lower_roman, type_upper_roman, type_lower_greek,
  type_lower_latin, type_upper_latin, type_armenian, type_georgian,
  type_lower_alpha, type_upper_alpha, type_none, type_inherit
}
 

Public Member Functions

 CSSValueListStyleType ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueListStyleType *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_disc 
type_circle 
type_square 
type_decimal 
type_decimal_leading_zero 
type_lower_roman 
type_upper_roman 
type_lower_greek 
type_lower_latin 
type_upper_latin 
type_armenian 
type_georgian 
type_lower_alpha 
type_upper_alpha 
type_none 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueListStyleType::CSSValueListStyleType ( )

Member Function Documentation

void clan::CSSValueListStyleType::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueListStyleType::clone ( ) const
virtual
void clan::CSSValueListStyleType::compute ( const CSSValueListStyleType parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueListStyleType::get_name ( ) const
virtual
std::string clan::CSSValueListStyleType::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueListStyleType::type

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