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

#include <css_box_text_decoration.h>

Inheritance diagram for CL_CSSBoxTextDecoration:
Inheritance graph
[legend]

Public Types

enum  Type { type_none, type_values, type_inherit, type_inherit_special }
 

Public Member Functions

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

Public Attributes

bool blink
 
bool line_through
 
bool overline
 
Type type
 
bool underline
 

Member Enumeration Documentation

Enumerator
type_none 
type_values 
type_inherit 
type_inherit_special 

Constructor & Destructor Documentation

CL_CSSBoxTextDecoration::CL_CSSBoxTextDecoration ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

bool CL_CSSBoxTextDecoration::blink
bool CL_CSSBoxTextDecoration::line_through
bool CL_CSSBoxTextDecoration::overline
Type CL_CSSBoxTextDecoration::type
bool CL_CSSBoxTextDecoration::underline

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