#include <css_value_min_width.h>

+ Inheritance diagram for clan::CSSValueMinWidth:

Public Types

enum  Type { type_auto, type_length, type_percentage, type_inherit }
 

Public Member Functions

 CSSValueMinWidth ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueMinWidth *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::CSSValueMinWidth::CSSValueMinWidth ( )

Member Function Documentation

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

Member Data Documentation

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

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