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

#include <css_box_length.h>

Public Types

enum  Type {
  type_mm, type_cm, type_in, type_pt,
  type_pc, type_px, type_em, type_ex,
  type_computed_px
}
 

Public Member Functions

 CL_CSSBoxLength ()
 
 CL_CSSBoxLength (float value, Type type)
 
CL_String to_string () const
 

Public Attributes

Type type
 
float value
 

Member Enumeration Documentation

Enumerator
type_mm 
type_cm 
type_in 
type_pt 
type_pc 
type_px 
type_em 
type_ex 
type_computed_px 

Constructor & Destructor Documentation

CL_CSSBoxLength::CL_CSSBoxLength ( )
inline
CL_CSSBoxLength::CL_CSSBoxLength ( float  value,
Type  type 
)
inline

Member Function Documentation

CL_String CL_CSSBoxLength::to_string ( ) const
inline

Member Data Documentation

Type CL_CSSBoxLength::type

Referenced by to_string().

float CL_CSSBoxLength::value

Referenced by to_string().


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