#include <css_value_top.h>

+ Inheritance diagram for clan::CSSValueTop:

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

 CSSValueTop ()
 
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

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueTop::CSSValueTop ( )

Member Function Documentation

void clan::CSSValueTop::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueTop::clone ( ) const
virtual
std::string clan::CSSValueTop::get_name ( ) const
virtual
std::string clan::CSSValueTop::to_string ( ) const
virtual

Member Data Documentation

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

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