#include <css_value_justify_content.h>

+ Inheritance diagram for clan::CSSValueJustifyContent:

Public Types

enum  Type {
  type_flex_start, type_flex_end, type_center, type_space_between,
  type_space_around, type_inherit
}
 

Public Member Functions

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

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_flex_start 
type_flex_end 
type_center 
type_space_between 
type_space_around 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueJustifyContent::CSSValueJustifyContent ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueJustifyContent::type

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