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

#include <css_box_background_repeat.h>

Inheritance diagram for CL_CSSBoxBackgroundRepeat:
Inheritance graph
[legend]

Public Types

enum  RepeatStyle { style_repeat, style_no_repeat, style_space, style_round }
 
enum  Type { type_repeat_style, type_inherit }
 

Public Member Functions

 CL_CSSBoxBackgroundRepeat ()
 
void compute (const CL_CSSBoxBackgroundRepeat *parent, CL_CSSResourceCache *layout, float em_size, float ex_size)
 
CL_String to_string () const
 

Public Attributes

std::vector< RepeatStylerepeat_x
 
std::vector< RepeatStylerepeat_y
 
Type type
 

Member Enumeration Documentation

Enumerator
style_repeat 
style_no_repeat 
style_space 
style_round 
Enumerator
type_repeat_style 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxBackgroundRepeat::CL_CSSBoxBackgroundRepeat ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

std::vector<RepeatStyle> CL_CSSBoxBackgroundRepeat::repeat_x
std::vector<RepeatStyle> CL_CSSBoxBackgroundRepeat::repeat_y
Type CL_CSSBoxBackgroundRepeat::type

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