#include <css_value_display.h>

+ Inheritance diagram for clan::CSSValueDisplay:

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, type_flex, type_inline_flex, type_clan_grid,
  type_clan_stacked
}
 

Public Member Functions

 CSSValueDisplay ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueDisplay *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValuePosition &position, CSSValueFloat &float_box)
 
std::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 
type_flex 
type_inline_flex 
type_clan_grid 
type_clan_stacked 

Constructor & Destructor Documentation

clan::CSSValueDisplay::CSSValueDisplay ( )

Member Function Documentation

void clan::CSSValueDisplay::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueDisplay::compute ( const CSSValueDisplay parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size,
const CSSValuePosition position,
CSSValueFloat float_box 
)
std::string clan::CSSValueDisplay::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueDisplay::type

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