#include <css_value_background_clip.h>

+ Inheritance diagram for clan::CSSValueBackgroundClip:

Public Types

enum  ClipType { clip_border_box, clip_padding_box, clip_content_box }
 
enum  Type { type_value, type_inherit }
 

Public Member Functions

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

Public Attributes

enum
clan::CSSValueBackgroundClip::Type 
type
 
std::vector< ClipTypevalues
 

Member Enumeration Documentation

Enumerator
clip_border_box 
clip_padding_box 
clip_content_box 
Enumerator
type_value 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBackgroundClip::CSSValueBackgroundClip ( )

Member Function Documentation

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

Member Data Documentation

enum clan::CSSValueBackgroundClip::Type clan::CSSValueBackgroundClip::type
std::vector<ClipType> clan::CSSValueBackgroundClip::values

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