#include <css_value_min_height.h>

+ Inheritance diagram for clan::CSSValueMinHeight:

Public Types

enum  Type { type_auto, type_length, type_percentage, type_inherit }
 

Public Member Functions

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

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_auto 
type_length 
type_percentage 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueMinHeight::CSSValueMinHeight ( )

Member Function Documentation

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

Member Data Documentation

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

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