|
|
The <code> CSS2Cursor </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-cursor"> cursor </a> 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 <code> CSS_UNKNOWN </code> or <code> CSS_INHERIT </code> . If the type is <code> CSS_UNKNOWN </code> , then <code> uris </code> contains a list of URIs and <code> predefinedCursor </code> contains an ident. Setting this attribute from <code> CSS_INHERIT </code> to <code> CSS_UNKNOWN </code> will set the <code> predefinedCursor </code> to <code> "auto" </code> .
void setCursorType ( const unsigned short )
| setCursorType |
see cursorType
CSSValueList uris ()
| uris |
[const]
<code> uris </code> represents the list of URIs ( <code> CSS_URI </code> ) 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@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |