#include <css_box_clear.h>

Public Types | |
| enum | Type { type_none, type_left, type_right, type_both, type_inherit } |
Public Member Functions | |
| CL_CSSBoxClear () | |
| void | compute (const CL_CSSBoxClear *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| Type | type |
| enum CL_CSSBoxClear::Type |
| CL_CSSBoxClear::CL_CSSBoxClear | ( | ) |
| void CL_CSSBoxClear::compute | ( | const CL_CSSBoxClear * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size | |||
| ) |
| CL_String CL_CSSBoxClear::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1