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

#include <css_box_bottom.h>

Inheritance diagram for CL_CSSBoxBottom:
Inheritance graph
[legend]

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

 CL_CSSBoxBottom ()
 
CL_String to_string () const
 

Static Public Member Functions

static void compute (CL_CSSBoxTop &top, CL_CSSBoxBottom &bottom, const CL_CSSBoxProperties *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxPosition &position)
 

Public Attributes

CL_CSSBoxLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxBottom::CL_CSSBoxBottom ( )

Member Function Documentation

static void CL_CSSBoxBottom::compute ( CL_CSSBoxTop top,
CL_CSSBoxBottom bottom,
const CL_CSSBoxProperties parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size,
const CL_CSSBoxPosition position 
)
static
CL_String CL_CSSBoxBottom::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxBottom::length
float CL_CSSBoxBottom::percentage
Type CL_CSSBoxBottom::type

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