|
|
The CSS2Cursor interface represents the cursor
CSS Level 2 property.
| CSS2Cursor ()
| CSS2Cursor |
| CSS2Cursor (const CSS2Cursor &other)
| CSS2Cursor |
| CSS2Cursor (CSS2CursorImpl *impl)
| CSS2Cursor |
| CSS2Cursor & operator = (const CSS2Cursor &other)
| operator = |
Reimplemented from CSSValue.
| ~CSS2Cursor ()
| ~CSS2Cursor |
| unsigned short cursorType ()
| cursorType |
[const]
A code defining the type of the property. It would one of
CSS_UNKNOWN or CSS_INHERIT . If
the type is CSS_UNKNOWN , then uris
contains a list of URIs and predefinedCursor
contains an ident. Setting this attribute from
CSS_INHERIT to CSS_UNKNOWN will set the
predefinedCursor to "auto" .
| void setCursorType ( const unsigned short )
| setCursorType |
see cursorType
| CSSValueList uris ()
| uris |
[const]
uris represents the list of URIs (
CSS_URI ) on the cursor property. The list can be
empty.
| DOM::DOMString predefinedCursor ()
| predefinedCursor |
[const]
This identifier represents a generic cursor name or an empty string.
| void setPredefinedCursor ( const DOM::DOMString & )
| setPredefinedCursor |
see predefinedCursor
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |