#include <css_value_page_break_after.h>

+ Inheritance diagram for clan::CSSValuePageBreakAfter:

Public Types

enum  Type {
  type_auto, type_always, type_avoid, type_left,
  type_right, type_inherit
}
 

Public Member Functions

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

Public Attributes

Type type
 

Member Enumeration Documentation

Enumerator
type_auto 
type_always 
type_avoid 
type_left 
type_right 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValuePageBreakAfter::CSSValuePageBreakAfter ( )

Member Function Documentation

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

Member Data Documentation

Type clan::CSSValuePageBreakAfter::type

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