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

#include <css_box_shadow.h>

Inheritance diagram for CL_CSSBoxShadow:
Inheritance graph
[legend]

Classes

class  Shadow
 

Public Types

enum  Type { type_none, type_shadows, type_inherit }
 

Public Member Functions

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

Public Attributes

std::vector< Shadowshadows
 
Type type
 

Member Enumeration Documentation

Enumerator
type_none 
type_shadows 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxShadow::CL_CSSBoxShadow ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

std::vector<Shadow> CL_CSSBoxShadow::shadows
Type CL_CSSBoxShadow::type

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