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

#include <css_box_content.h>

Inheritance diagram for CL_CSSBoxContent:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_normal, type_none, type_string, type_uri,
  type_counter, type_attr, type_open_quote, type_close_quote,
  type_no_open_quote, type_no_close_quote, type_inherit
}
 

Public Member Functions

 CL_CSSBoxContent ()
 
void compute (const CL_CSSBoxContent *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, bool before_or_after_pseudo_element)
 
CL_String to_string () const
 

Public Attributes

CL_String str
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_none 
type_string 
type_uri 
type_counter 
type_attr 
type_open_quote 
type_close_quote 
type_no_open_quote 
type_no_close_quote 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxContent::CL_CSSBoxContent ( )

Member Function Documentation

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

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_String CL_CSSBoxContent::str
Type CL_CSSBoxContent::type

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