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

#include <css_box_display.h>

Inheritance diagram for CL_CSSBoxDisplay:
Inheritance graph
[legend]

Public Types

enum  Type {
  type_inline, type_block, type_list_item, type_run_in,
  type_inline_block, type_table, type_inline_table, type_table_row_group,
  type_table_header_group, type_table_footer_group, type_table_row, type_table_column_group,
  type_table_column, type_table_cell, type_table_caption, type_none,
  type_inherit
}
 

Public Member Functions

 CL_CSSBoxDisplay ()
 
void compute (const CL_CSSBoxDisplay *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxPosition &position, CL_CSSBoxFloat &float_box)
 
CL_String to_string () const
 

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_inline 
type_block 
type_list_item 
type_run_in 
type_inline_block 
type_table 
type_inline_table 
type_table_row_group 
type_table_header_group 
type_table_footer_group 
type_table_row 
type_table_column_group 
type_table_column 
type_table_cell 
type_table_caption 
type_none 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxDisplay::CL_CSSBoxDisplay ( )

Member Function Documentation

void CL_CSSBoxDisplay::compute ( const CL_CSSBoxDisplay parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size,
const CL_CSSBoxPosition position,
CL_CSSBoxFloat float_box 
)
CL_String CL_CSSBoxDisplay::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

Type CL_CSSBoxDisplay::type

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