ClanLib  2.3.7
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
CL_CSSBoxBackgroundImage Class Reference

#include <css_box_background_image.h>

Inheritance diagram for CL_CSSBoxBackgroundImage:
Inheritance graph
[legend]

Classes

class  Image
 

Public Types

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

Public Member Functions

 CL_CSSBoxBackgroundImage ()
 
void compute (const CL_CSSBoxBackgroundImage *parent, CL_CSSResourceCache *layout, float em_size, float ex_size)
 
CL_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

CL_CSSBoxBackgroundImage::CL_CSSBoxBackgroundImage ( )

Member Function Documentation

void CL_CSSBoxBackgroundImage::compute ( const CL_CSSBoxBackgroundImage parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
CL_String CL_CSSBoxBackgroundImage::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

std::vector<Image> CL_CSSBoxBackgroundImage::images
Type CL_CSSBoxBackgroundImage::type

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