ClanLib
2.3.7
|
#include <css_box_width.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit, type_clan_expanding } |
Public Member Functions | |
CL_CSSBoxWidth () | |
void | compute (const CL_CSSBoxWidth *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, bool is_containing_block_width_auto) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
float | percentage |
Type | type |
enum CL_CSSBoxWidth::Type |
CL_CSSBoxWidth::CL_CSSBoxWidth | ( | ) |
void CL_CSSBoxWidth::compute | ( | const CL_CSSBoxWidth * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size, | ||
bool | is_containing_block_width_auto | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxWidth::length |
float CL_CSSBoxWidth::percentage |
Type CL_CSSBoxWidth::type |