#include <css_value_outline_style.h>

+ Inheritance diagram for clan::CSSValueOutlineStyle:

Public Types

enum  Type {
  type_none, type_hidden, type_dotted, type_dashed,
  type_solid, type_double, type_groove, type_ridge,
  type_inset, type_outset, type_inherit
}
 

Public Member Functions

 CSSValueOutlineStyle ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueOutlineStyle *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_none 
type_hidden 
type_dotted 
type_dashed 
type_solid 
type_double 
type_groove 
type_ridge 
type_inset 
type_outset 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueOutlineStyle::CSSValueOutlineStyle ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueOutlineStyle::type

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