DOM::CSS2Cursor Class Reference
The CSS2Cursor
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 |
A code defining the type of the property. | |
void | setCursorType (const unsigned short) |
see cursorType | |
CSSValueList | uris () const |
uris represents the list of URIs ( CSS_URI ) on the cursor property. | |
DOM::DOMString | predefinedCursor () const |
This identifier represents a generic cursor name or an empty string. | |
void | setPredefinedCursor (const DOM::DOMString &) |
see predefinedCursor |
Detailed Description
The CSS2Cursor
interface represents the cursor CSS Level 2 property.
Definition at line 561 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: