#include <css_value_text_align.h>

+ Inheritance diagram for clan::CSSValueTextAlign:

Public Types

enum  Type {
  type_left, type_right, type_center, type_justify,
  type_inherit, type_get_from_direction_property
}
 

Public Member Functions

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

Enumerator
type_left 
type_right 
type_center 
type_justify 
type_inherit 
type_get_from_direction_property 

Constructor & Destructor Documentation

clan::CSSValueTextAlign::CSSValueTextAlign ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueTextAlign::type

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