#include <css_value_border_image_source.h>

+ Inheritance diagram for clan::CSSValueBorderImageSource:

Public Types

enum  Type { type_none, type_image, type_inherit }
 

Public Member Functions

 CSSValueBorderImageSource ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueBorderImageSource *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
 
std::string url
 

Member Enumeration Documentation

Enumerator
type_none 
type_image 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBorderImageSource::CSSValueBorderImageSource ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueBorderImageSource::type
std::string clan::CSSValueBorderImageSource::url

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