DOM::CSS2Cursor Class Reference
TheCSS2Cursor interface represents the cursor  CSS Level 2 property.  
More...
#include <css_extensions.h>
Inheritance diagram for DOM::CSS2Cursor:


| Public Member Functions | |
| CSS2Cursor (const CSS2Cursor &other) | |
| CSS2Cursor (CSS2CursorImpl *impl) | |
| CSS2Cursor & | operator= (const CSS2Cursor &other) | 
| unsigned short | cursorType () const | 
| void | setCursorType (const unsigned short) | 
| CSSValueList | uris () const | 
| DOM::DOMString | predefinedCursor () const | 
| void | setPredefinedCursor (const DOM::DOMString &) | 
Detailed Description
TheCSS2Cursor interface represents the cursor  CSS Level 2 property. 
Definition at line 560 of file css_extensions.h.
Member Function Documentation
| 
 | 
| A code defining the type of the property. 
It would one of  Definition at line 355 of file css_extensions.cpp. | 
| 
 | 
| see cursorType 
 Definition at line 361 of file css_extensions.cpp. | 
| 
 | 
| 
 The list can be empty. Definition at line 368 of file css_extensions.cpp. | 
| 
 | 
| This identifier represents a generic cursor name or an empty string. 
 Definition at line 374 of file css_extensions.cpp. | 
| 
 | 
| see predefinedCursor 
 
 Definition at line 380 of file css_extensions.cpp. | 
The documentation for this class was generated from the following files:

