#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::unique_ptr< CSSPropertyValueclone () const
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueLeft()

clan::CSSValueLeft::CSSValueLeft ( )

Member Function Documentation

◆ apply()

void clan::CSSValueLeft::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueLeft::clone ( ) const
virtual

◆ get_name()

std::string clan::CSSValueLeft::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueLeft::to_string ( ) const
virtual

Member Data Documentation

◆ length

CSSLength clan::CSSValueLeft::length

◆ percentage

float clan::CSSValueLeft::percentage

◆ type

Type clan::CSSValueLeft::type

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