#include <css_value_flex_grow.h>

+ Inheritance diagram for clan::CSSValueFlexGrow:

Public Types

enum  Type { type_number, type_inherit }
 

Public Member Functions

 CSSValueFlexGrow ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueFlexGrow *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

float number
 
Type type
 

Member Enumeration Documentation

Enumerator
type_number 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueFlexGrow::CSSValueFlexGrow ( )

Member Function Documentation

void clan::CSSValueFlexGrow::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueFlexGrow::clone ( ) const
virtual
void clan::CSSValueFlexGrow::compute ( const CSSValueFlexGrow parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueFlexGrow::get_name ( ) const
virtual
std::string clan::CSSValueFlexGrow::to_string ( ) const
virtual

Member Data Documentation

float clan::CSSValueFlexGrow::number
Type clan::CSSValueFlexGrow::type

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