#include <css_box_length.h>
Public Types | |
enum | Type { type_mm, type_cm, type_in, type_pt, type_pc, type_px, type_em, type_ex, type_computed_px } |
Public Member Functions | |
CL_CSSBoxLength () | |
CL_CSSBoxLength (float value, Type type) | |
CL_String | to_string () const |
Public Attributes | |
Type | type |
float | value |
CL_CSSBoxLength::CL_CSSBoxLength | ( | ) | [inline] |
CL_CSSBoxLength::CL_CSSBoxLength | ( | float | value, | |
Type | type | |||
) | [inline] |
CL_String CL_CSSBoxLength::to_string | ( | ) | const [inline] |
Referenced by to_string().
float CL_CSSBoxLength::value |
Referenced by to_string().