#include <css_value_left.h>

+ Inheritance diagram for clan::CSSValueLeft:

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

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

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueLeft::CSSValueLeft ( )

Member Function Documentation

void clan::CSSValueLeft::apply ( CSSComputedValuesUpdater updater)
virtual
std::string clan::CSSValueLeft::to_string ( ) const
virtual

Member Data Documentation

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

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