#include <css_value_max_width.h>

+ Inheritance diagram for clan::CSSValueMaxWidth:

Public Types

enum  Type { type_length, type_percentage, type_none, type_inherit }
 

Public Member Functions

 CSSValueMaxWidth ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueMaxWidth *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_length 
type_percentage 
type_none 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueMaxWidth::CSSValueMaxWidth ( )

Member Function Documentation

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

Member Data Documentation

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

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