#include <css_box_cursor.h>
Public Types | |
enum | Type { type_uris, type_auto, type_crosshair, type_default, type_pointer, type_move, type_e_resize, type_ne_resize, type_nw_resize, type_n_resize, type_se_resize, type_sw_resize, type_s_resize, type_w_resize, type_text, type_wait, type_help, type_progress, type_inherit } |
Public Member Functions | |
CL_CSSBoxCursor () | |
void | compute (const CL_CSSBoxCursor *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
std::vector< CL_String > | urls |
CL_CSSBoxCursor::CL_CSSBoxCursor | ( | ) |
void CL_CSSBoxCursor::compute | ( | const CL_CSSBoxCursor * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size | |||
) |
CL_String CL_CSSBoxCursor::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
std::vector<CL_String> CL_CSSBoxCursor::urls |