#include <css_value_flex_wrap.h>

+ Inheritance diagram for clan::CSSValueFlexWrap:

Public Types

enum  Type { type_nowrap, type_wrap, type_wrap_reverse, type_inherit }
 

Public Member Functions

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

Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_nowrap 
type_wrap 
type_wrap_reverse 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueFlexWrap()

clan::CSSValueFlexWrap::CSSValueFlexWrap ( )

Member Function Documentation

◆ apply()

void clan::CSSValueFlexWrap::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueFlexWrap::clone ( ) const
virtual

◆ compute()

void clan::CSSValueFlexWrap::compute ( const CSSValueFlexWrap parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

std::string clan::CSSValueFlexWrap::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueFlexWrap::to_string ( ) const
virtual

Member Data Documentation

◆ type

Type clan::CSSValueFlexWrap::type

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