#include <css_value_z_index.h>

+ Inheritance diagram for clan::CSSValueZIndex:

Public Types

enum  Type { type_auto, type_integer, type_inherit }
 

Public Member Functions

 CSSValueZIndex ()
 
void apply (CSSComputedValuesUpdater *updater)
 
void compute (const CSSValueZIndex *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string to_string () const
 

Public Attributes

Type type
 
int value
 

Member Enumeration Documentation

Enumerator
type_auto 
type_integer 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueZIndex::CSSValueZIndex ( )

Member Function Documentation

void clan::CSSValueZIndex::apply ( CSSComputedValuesUpdater updater)
virtual
void clan::CSSValueZIndex::compute ( const CSSValueZIndex parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueZIndex::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueZIndex::type
int clan::CSSValueZIndex::value

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