#include <css_value_border_color.h>

+ Inheritance diagram for clan::CSSValueBorderColor:

Public Types

enum  Type { type_color, type_inherit, type_get_from_color_property }
 
enum  ValueType { left_value, top_value, right_value, bottom_value }
 

Public Member Functions

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

Public Attributes

Colorf color
 
Type type
 
ValueType value_type
 

Member Enumeration Documentation

Enumerator
type_color 
type_inherit 
type_get_from_color_property 
Enumerator
left_value 
top_value 
right_value 
bottom_value 

Constructor & Destructor Documentation

clan::CSSValueBorderColor::CSSValueBorderColor ( )
clan::CSSValueBorderColor::CSSValueBorderColor ( ValueType  value_type,
const CSSValueBorderColor value 
)

Member Function Documentation

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

Member Data Documentation

Colorf clan::CSSValueBorderColor::color
Type clan::CSSValueBorderColor::type
ValueType clan::CSSValueBorderColor::value_type

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