ClanLib  2.3.7
Public Types | Public Member Functions | Public Attributes | List of all members
CL_CSSBoxCursor Class Reference

#include <css_box_cursor.h>

Inheritance diagram for CL_CSSBoxCursor:
Inheritance graph
[legend]

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_Stringurls
 

Member Enumeration Documentation

Enumerator
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 

Constructor & Destructor Documentation

CL_CSSBoxCursor::CL_CSSBoxCursor ( )

Member Function Documentation

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.

Member Data Documentation

Type CL_CSSBoxCursor::type
std::vector<CL_String> CL_CSSBoxCursor::urls

The documentation for this class was generated from the following file: