#include <css_computed_box.h>

Public Member Functions

void compute (const CSSComputedValues &parent, CSSResourceCache *layout, float em_size, float ex_size)
 

Public Attributes

CSSValueBottom bottom
 
CSSValueClear clear
 
CSSValueDisplay display
 
CSSValueFloat float_box
 
CSSValueHeight height
 
CSSValueLeft left
 
CSSValueMaxHeight max_height
 
CSSValueMaxWidth max_width
 
CSSValueMinHeight min_height
 
CSSValueMinWidth min_width
 
CSSValueOverflow overflow
 
CSSValuePosition position
 
CSSValueRight right
 
CSSValueTop top
 
CSSValueWidth width
 

Member Function Documentation

◆ compute()

void clan::CSSComputedBox::compute ( const CSSComputedValues parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

Member Data Documentation

◆ bottom

CSSValueBottom clan::CSSComputedBox::bottom

◆ clear

CSSValueClear clan::CSSComputedBox::clear

◆ display

CSSValueDisplay clan::CSSComputedBox::display

◆ float_box

CSSValueFloat clan::CSSComputedBox::float_box

◆ height

CSSValueHeight clan::CSSComputedBox::height

◆ left

CSSValueLeft clan::CSSComputedBox::left

◆ max_height

CSSValueMaxHeight clan::CSSComputedBox::max_height

◆ max_width

CSSValueMaxWidth clan::CSSComputedBox::max_width

◆ min_height

CSSValueMinHeight clan::CSSComputedBox::min_height

◆ min_width

CSSValueMinWidth clan::CSSComputedBox::min_width

◆ overflow

CSSValueOverflow clan::CSSComputedBox::overflow

◆ position

CSSValuePosition clan::CSSComputedBox::position

◆ right

CSSValueRight clan::CSSComputedBox::right

◆ top

CSSValueTop clan::CSSComputedBox::top

◆ width

CSSValueWidth clan::CSSComputedBox::width

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