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

#include <css_box_border_spacing.h>

Inheritance diagram for CL_CSSBoxBorderSpacing:
Inheritance graph
[legend]

Public Types

enum  Type { type_one_length, type_two_lengths, type_inherit }
 

Public Member Functions

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

Public Attributes

CL_CSSBoxLength length1
 
CL_CSSBoxLength length2
 
Type type
 

Member Enumeration Documentation

Enumerator
type_one_length 
type_two_lengths 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxBorderSpacing::CL_CSSBoxBorderSpacing ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxBorderSpacing::length1
CL_CSSBoxLength CL_CSSBoxBorderSpacing::length2
Type CL_CSSBoxBorderSpacing::type

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