#include <css_box_content.h>

Public Types | |
| enum | Type { type_normal, type_none, type_string, type_uri, type_counter, type_attr, type_open_quote, type_close_quote, type_no_open_quote, type_no_close_quote, type_inherit } |
Public Member Functions | |
| CL_CSSBoxContent () | |
| void | compute (const CL_CSSBoxContent *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, bool before_or_after_pseudo_element) |
| CL_String | to_string () const |
Public Attributes | |
| CL_String | str |
| Type | type |
| CL_CSSBoxContent::CL_CSSBoxContent | ( | ) |
| void CL_CSSBoxContent::compute | ( | const CL_CSSBoxContent * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size, | |||
| bool | before_or_after_pseudo_element | |||
| ) |
| CL_String CL_CSSBoxContent::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1