#include <css_box_position.h>
Public Types | |
enum | Type { type_static, type_relative, type_absolute, type_fixed, type_inherit } |
Public Member Functions | |
CL_CSSBoxPosition () | |
void | compute (const CL_CSSBoxPosition *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxPosition::CL_CSSBoxPosition | ( | ) |
void CL_CSSBoxPosition::compute | ( | const CL_CSSBoxPosition * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size | |||
) |
CL_String CL_CSSBoxPosition::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.