#include <css_box_display.h>
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 |
CL_CSSBoxDisplay::CL_CSSBoxDisplay | ( | ) |
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.