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

#include <css_box_outline_color.h>

Inheritance diagram for CL_CSSBoxOutlineColor:
Inheritance graph
[legend]

Public Types

enum  Type { type_color, type_invert, type_inherit }
 

Public Member Functions

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

Public Attributes

CL_Colorf color
 
Type type
 

Member Enumeration Documentation

Enumerator
type_color 
type_invert 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxOutlineColor::CL_CSSBoxOutlineColor ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_Colorf CL_CSSBoxOutlineColor::color
Type CL_CSSBoxOutlineColor::type

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