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

#include <css_box_direction.h>

Inheritance diagram for CL_CSSBoxDirection:
Inheritance graph
[legend]

Public Types

enum  Type { type_ltr, type_rtl, type_inherit }
 

Public Member Functions

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

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_ltr 
type_rtl 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxDirection::CL_CSSBoxDirection ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

Type CL_CSSBoxDirection::type

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