#include <css_value_flex_shrink.h>

+ Inheritance diagram for clan::CSSValueFlexShrink:

Public Types

enum  Type { type_number, type_inherit }
 

Public Member Functions

 CSSValueFlexShrink ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueFlexShrink *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::CSSValueFlexShrink::CSSValueFlexShrink ( )

Member Function Documentation

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

Member Data Documentation

float clan::CSSValueFlexShrink::number
Type clan::CSSValueFlexShrink::type

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