#include <css_box_background_position.h>
Classes | |
class | Position |
Public Types | |
enum | Type { type_value, type_inherit } |
enum | Type1 { type1_left, type1_center, type1_right, type1_percentage, type1_length } |
enum | Type2 { type2_top, type2_center, type2_bottom, type2_percentage, type2_length } |
Public Member Functions | |
CL_CSSBoxBackgroundPosition () | |
void | compute (const CL_CSSBoxBackgroundPosition *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
std::vector< Position > | positions |
enum CL_CSSBoxBackgroundPosition::Type | type |
CL_CSSBoxBackgroundPosition::CL_CSSBoxBackgroundPosition | ( | ) |
void CL_CSSBoxBackgroundPosition::compute | ( | const CL_CSSBoxBackgroundPosition * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size | |||
) |
CL_String CL_CSSBoxBackgroundPosition::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
std::vector<Position> CL_CSSBoxBackgroundPosition::positions |