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

#include <css_box_background_clip.h>

Inheritance diagram for CL_CSSBoxBackgroundClip:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Public Attributes

enum CL_CSSBoxBackgroundClip::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

CL_CSSBoxBackgroundClip::CL_CSSBoxBackgroundClip ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

enum CL_CSSBoxBackgroundClip::Type CL_CSSBoxBackgroundClip::type
std::vector<ClipType> CL_CSSBoxBackgroundClip::values

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