#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)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueBackgroundImage *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

std::vector< Imageimages
 
Type type
 

Member Enumeration Documentation

◆ ImageType

Enumerator
image_type_uri 
image_type_none 

◆ Type

Enumerator
type_images 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueBackgroundImage()

clan::CSSValueBackgroundImage::CSSValueBackgroundImage ( )

Member Function Documentation

◆ apply()

void clan::CSSValueBackgroundImage::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueBackgroundImage::clone ( ) const
virtual

◆ compute()

void clan::CSSValueBackgroundImage::compute ( const CSSValueBackgroundImage parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

std::string clan::CSSValueBackgroundImage::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueBackgroundImage::to_string ( ) const
virtual

Member Data Documentation

◆ images

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

◆ type

Type clan::CSSValueBackgroundImage::type

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