#include <css_value_orphans.h>

+ Inheritance diagram for clan::CSSValueOrphans:

Public Types

enum  Type { type_integer, type_inherit }
 

Public Member Functions

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

Type type
 
int value
 

Member Enumeration Documentation

Enumerator
type_integer 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueOrphans::CSSValueOrphans ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueOrphans::type
int clan::CSSValueOrphans::value

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