|
|
The <code> CSS2PlayDuring </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-play-during"> play-during </a> CSS Level 2 property.
CSS2PlayDuring ()
| CSS2PlayDuring |
CSS2PlayDuring (const CSS2PlayDuring &other)
| CSS2PlayDuring |
CSS2PlayDuring (CSS2PlayDuringImpl *impl)
| CSS2PlayDuring |
CSS2PlayDuring & operator = (const CSS2PlayDuring &other)
| operator = |
Reimplemented from CSSValue.
~CSS2PlayDuring ()
| ~CSS2PlayDuring |
unsigned short playDuringType ()
| playDuringType |
[const]
A code defining the type of the value as define in <code> CSSvalue </code> . It would be one of <code> CSS_UNKNOWN </code> , <code> CSS_INHERIT </code> , <code> CSS_IDENT </code> .
DOM::DOMString playDuringIdentifier ()
| playDuringIdentifier |
[const]
One of <code> "inherit" </code> , <code> "auto" </code> , <code> "none" </code> or the empty string if the <code> playDuringType </code> is <code> CSS_UNKNOWN </code> . On setting, it will set the <code> uri </code> to the empty string and <code> mix </code> and <code> repeat </code> to <code> false </code> .
void setPlayDuringIdentifier ( const DOM::DOMString & )
| setPlayDuringIdentifier |
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.
DOM::DOMString uri ()
| uri |
[const]
The sound specified by the <code> uri </code> . It will set the <code> playDuringType </code> attribute to <code> CSS_UNKNOWN </code> .
void setUri ( const DOM::DOMString & )
| setUri |
see uri
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.
bool mix ()
| mix |
[const]
<code> true </code> if the sound should be mixed. It will be ignored if the attribute doesn't contain a <code> uri </code> .
void setMix ( const bool )
| setMix |
see mix
Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.
bool repeat ()
| repeat |
[const]
<code> true </code> if the sound should be repeated. It will be ignored if the attribute doesn't contain a <code> uri </code> .
void setRepeat ( const bool )
| setRepeat |
see repeat
Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |