ClanLib
2.3.7
|
#include <css_box_z_index.h>
Public Types | |
enum | Type { type_auto, type_integer, type_inherit } |
Public Member Functions | |
CL_CSSBoxZIndex () | |
void | compute (const CL_CSSBoxZIndex *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
int | value |
CL_CSSBoxZIndex::CL_CSSBoxZIndex | ( | ) |
void CL_CSSBoxZIndex::compute | ( | const CL_CSSBoxZIndex * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxZIndex::type |
int CL_CSSBoxZIndex::value |