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

#include <css_box_border_radius.h>

Inheritance diagram for CL_CSSBoxBorderRadius:
Inheritance graph
[legend]

Public Types

enum  Type { type_one_value, type_two_values, type_inherit }
 
enum  ValueType { value_type_length, value_type_percentage }
 

Public Member Functions

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

Public Attributes

CL_CSSBoxLength length1
 
CL_CSSBoxLength length2
 
float percentage1
 
float percentage2
 
Type type
 
ValueType value_type1
 
ValueType value_type2
 

Member Enumeration Documentation

Enumerator
type_one_value 
type_two_values 
type_inherit 
Enumerator
value_type_length 
value_type_percentage 

Constructor & Destructor Documentation

CL_CSSBoxBorderRadius::CL_CSSBoxBorderRadius ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxBorderRadius::length1
CL_CSSBoxLength CL_CSSBoxBorderRadius::length2
float CL_CSSBoxBorderRadius::percentage1
float CL_CSSBoxBorderRadius::percentage2
Type CL_CSSBoxBorderRadius::type
ValueType CL_CSSBoxBorderRadius::value_type1
ValueType CL_CSSBoxBorderRadius::value_type2

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