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

#include <css_box_clip.h>

Inheritance diagram for CL_CSSBoxClip:
Inheritance graph
[legend]

Public Types

enum  Type { type_rect, type_auto, type_inherit }
 

Public Member Functions

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

Public Attributes

CL_CSSBoxLength bottom
 
bool bottom_auto
 
CL_CSSBoxLength left
 
bool left_auto
 
CL_CSSBoxLength right
 
bool right_auto
 
CL_CSSBoxLength top
 
bool top_auto
 
Type type
 

Member Enumeration Documentation

Enumerator
type_rect 
type_auto 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxClip::CL_CSSBoxClip ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxClip::bottom
bool CL_CSSBoxClip::bottom_auto
CL_CSSBoxLength CL_CSSBoxClip::left
bool CL_CSSBoxClip::left_auto
CL_CSSBoxLength CL_CSSBoxClip::right
bool CL_CSSBoxClip::right_auto
CL_CSSBoxLength CL_CSSBoxClip::top
bool CL_CSSBoxClip::top_auto
Type CL_CSSBoxClip::type

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