#include <css_value_line_height.h>

+ Inheritance diagram for clan::CSSValueLineHeight:

Public Types

enum  Type {
  type_normal, type_number, type_length, type_percentage,
  type_inherit
}
 

Public Member Functions

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

CSSLength length
 
float number
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_normal 
type_number 
type_length 
type_percentage 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueLineHeight::CSSValueLineHeight ( )

Member Function Documentation

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

Member Data Documentation

CSSLength clan::CSSValueLineHeight::length
float clan::CSSValueLineHeight::number
float clan::CSSValueLineHeight::percentage
Type clan::CSSValueLineHeight::type

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