#include <css_value_vertical_align.h>

+ Inheritance diagram for clan::CSSValueVerticalAlign:

Public Types

enum  Type {
  type_baseline, type_sub, type_super, type_top,
  type_text_top, type_middle, type_bottom, type_text_bottom,
  type_percentage, type_length, type_inherit
}
 

Public Member Functions

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

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_baseline 
type_sub 
type_super 
type_top 
type_text_top 
type_middle 
type_bottom 
type_text_bottom 
type_percentage 
type_length 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueVerticalAlign::CSSValueVerticalAlign ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueVerticalAlign::length
float clan::CSSValueVerticalAlign::percentage
Type clan::CSSValueVerticalAlign::type

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