#include <css_value_background_origin.h>

+ Inheritance diagram for clan::CSSValueBackgroundOrigin:

Public Types

enum  OriginType { origin_border_box, origin_padding_box, origin_content_box }
 
enum  Type { type_value, type_inherit }
 

Public Member Functions

 CSSValueBackgroundOrigin ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueBackgroundOrigin *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

enum
clan::CSSValueBackgroundOrigin::Type 
type
 
std::vector< OriginTypevalues
 

Member Enumeration Documentation

Enumerator
origin_border_box 
origin_padding_box 
origin_content_box 
Enumerator
type_value 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBackgroundOrigin::CSSValueBackgroundOrigin ( )

Member Function Documentation

void clan::CSSValueBackgroundOrigin::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueBackgroundOrigin::compute ( const CSSValueBackgroundOrigin parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueBackgroundOrigin::to_string ( ) const
virtual

Member Data Documentation

enum clan::CSSValueBackgroundOrigin::Type clan::CSSValueBackgroundOrigin::type
std::vector<OriginType> clan::CSSValueBackgroundOrigin::values

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