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

#include <css_box_height.h>

Inheritance diagram for CL_CSSBoxHeight:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_length, type_percentage, type_auto, type_inherit,
  type_clan_expanding
}
 

Public Member Functions

 CL_CSSBoxHeight ()
 
void compute (const CL_CSSBoxHeight *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, bool is_containing_block_height_auto)
 
CL_String to_string () const
 

Public Attributes

CL_CSSBoxLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 
type_clan_expanding 

Constructor & Destructor Documentation

CL_CSSBoxHeight::CL_CSSBoxHeight ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxHeight::length
float CL_CSSBoxHeight::percentage
Type CL_CSSBoxHeight::type

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