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

#include <css_box_white_space.h>

Inheritance diagram for CL_CSSBoxWhiteSpace:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_normal, type_pre, type_nowrap, type_pre_wrap,
  type_pre_line, type_inherit
}
 

Public Member Functions

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

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_pre 
type_nowrap 
type_pre_wrap 
type_pre_line 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxWhiteSpace::CL_CSSBoxWhiteSpace ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

Type CL_CSSBoxWhiteSpace::type

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