#include <css_value_cursor.h>

+ Inheritance diagram for clan::CSSValueCursor:

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

 CSSValueCursor ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueCursor *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

Type type
 
std::vector< std::string > urls
 

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

clan::CSSValueCursor::CSSValueCursor ( )

Member Function Documentation

void clan::CSSValueCursor::apply ( CSSComputedValuesUpdater updater)
virtual
std::unique_ptr<CSSPropertyValue> clan::CSSValueCursor::clone ( ) const
virtual
void clan::CSSValueCursor::compute ( const CSSValueCursor parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
std::string clan::CSSValueCursor::get_name ( ) const
virtual
std::string clan::CSSValueCursor::to_string ( ) const
virtual

Member Data Documentation

Type clan::CSSValueCursor::type
std::vector<std::string> clan::CSSValueCursor::urls

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