#include <css_value_align_self.h>

+ Inheritance diagram for clan::CSSValueAlignSelf:

Public Types

enum  Type {
  type_auto, type_flex_start, type_flex_end, type_center,
  type_baseline, type_stretch, type_inherit
}
 

Public Member Functions

 CSSValueAlignSelf ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueAlignSelf *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValueAlignItems *parent_align_items)
 
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

Enumerator
type_auto 
type_flex_start 
type_flex_end 
type_center 
type_baseline 
type_stretch 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueAlignSelf::CSSValueAlignSelf ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueAlignSelf::type

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