#include <css_value_outline_width.h>

+ Inheritance diagram for clan::CSSValueOutlineWidth:

Public Types

enum  Type {
  type_thin, type_medium, type_thick, type_length,
  type_inherit
}
 

Public Member Functions

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

Public Attributes

CSSLength length
 
Type type
 

Member Enumeration Documentation

Enumerator
type_thin 
type_medium 
type_thick 
type_length 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueOutlineWidth::CSSValueOutlineWidth ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueOutlineWidth::length
Type clan::CSSValueOutlineWidth::type

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