#include <css_value_height.h>

+ Inheritance diagram for clan::CSSValueHeight:

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

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

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueHeight::CSSValueHeight ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueHeight::length
float clan::CSSValueHeight::percentage
Type clan::CSSValueHeight::type

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