#include <css_value_widows.h>

+ Inheritance diagram for clan::CSSValueWidows:

Public Types

enum  Type { type_integer, type_inherit }
 

Public Member Functions

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

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValueWidows::type
int clan::CSSValueWidows::value

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