#include <css_value_text_indent.h>

+ Inheritance diagram for clan::CSSValueTextIndent:

Public Types

enum  Type { type_length, type_percentage, type_inherit }
 

Public Member Functions

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

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_inherit 

Constructor & Destructor Documentation

clan::CSSValueTextIndent::CSSValueTextIndent ( )

Member Function Documentation

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

Member Data Documentation

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

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