#include <css_value_table_layout.h>

+ Inheritance diagram for clan::CSSValueTableLayout:

Public Types

enum  Type { type_auto, type_fixed, type_inherit }
 

Public Member Functions

 CSSValueTableLayout ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueTableLayout *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_auto 
type_fixed 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueTableLayout::CSSValueTableLayout ( )

Member Function Documentation

void clan::CSSValueTableLayout::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueTableLayout::compute ( const CSSValueTableLayout parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueTableLayout::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueTableLayout::type

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