#include <css_value_background_image.h>

+ Inheritance diagram for clan::CSSValueBackgroundImage:

Classes

class  Image
 

Public Types

enum  ImageType { image_type_uri, image_type_none }
 
enum  Type { type_images, type_inherit }
 

Public Member Functions

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

Public Attributes

std::vector< Imageimages
 
Type type
 

Member Enumeration Documentation

Enumerator
image_type_uri 
image_type_none 
Enumerator
type_images 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBackgroundImage::CSSValueBackgroundImage ( )

Member Function Documentation

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

Member Data Documentation

std::vector<Image> clan::CSSValueBackgroundImage::images
Type clan::CSSValueBackgroundImage::type

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