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

#include <css_box_line_height.h>

Inheritance diagram for CL_CSSBoxLineHeight:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_normal, type_number, type_length, type_percentage,
  type_inherit
}
 

Public Member Functions

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

Public Attributes

CL_CSSBoxLength length
 
float number
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_number 
type_length 
type_percentage 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxLineHeight::CL_CSSBoxLineHeight ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxLineHeight::length
float CL_CSSBoxLineHeight::number
float CL_CSSBoxLineHeight::percentage
Type CL_CSSBoxLineHeight::type

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