#include <css_value_bottom.h>

+ Inheritance diagram for clan::CSSValueBottom:

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

 CSSValueBottom ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::string to_string () const
 

Static Public Member Functions

static void compute (CSSValueTop &top, CSSValueBottom &bottom, const CSSComputedBox *parent, CSSResourceCache *layout, float em_size, float ex_size, const CSSValuePosition &position)
 

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueBottom::CSSValueBottom ( )

Member Function Documentation

void clan::CSSValueBottom::apply ( CSSComputedValuesUpdater updater)
virtual
static void clan::CSSValueBottom::compute ( CSSValueTop top,
CSSValueBottom bottom,
const CSSComputedBox parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size,
const CSSValuePosition position 
)
static
std::string clan::CSSValueBottom::to_string ( ) const
virtual

Member Data Documentation

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

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