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

#include <css_box_max_height.h>

Inheritance diagram for CL_CSSBoxMaxHeight:
Inheritance graph
[legend]

Public Types

enum  Type { type_length, type_percentage, type_none, type_inherit }
 

Public Member Functions

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

Public Attributes

CL_CSSBoxLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_none 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxMaxHeight::CL_CSSBoxMaxHeight ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxMaxHeight::length
float CL_CSSBoxMaxHeight::percentage
Type CL_CSSBoxMaxHeight::type

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