DOM::CSS2PlayDuring Class Reference
The CSS2PlayDuring
interface represents the play-during CSS Level 2 property.
More...
#include <css_extensions.h>
Inheritance diagram for DOM::CSS2PlayDuring:

Public Methods | |
unsigned short | playDuringType () const |
A code defining the type of the value as define in CSSvalue . | |
DOM::DOMString | playDuringIdentifier () const |
One of "inherit" , "auto" , "none" or the empty string if the playDuringType is CSS_UNKNOWN . | |
void | setPlayDuringIdentifier (const DOM::DOMString &) |
see playDuringIdentifier | |
DOM::DOMString | uri () const |
The sound specified by the uri . | |
void | setUri (const DOM::DOMString &) |
see uri | |
bool | mix () const |
true if the sound should be mixed. | |
void | setMix (const bool) |
see mix | |
bool | repeat () const |
true if the sound should be repeated. | |
void | setRepeat (const bool) |
see repeat |
Detailed Description
The CSS2PlayDuring
interface represents the play-during CSS Level 2 property.
Definition at line 890 of file css_extensions.h.
Member Function Documentation
|
A code defining the type of the value as define in
It would be one of Definition at line 575 of file css_extensions.cpp. |
|
One of
On setting, it will set the Definition at line 581 of file css_extensions.cpp. |
|
Definition at line 587 of file css_extensions.cpp. |
|
The sound specified by the
It will set the Definition at line 592 of file css_extensions.cpp. |
|
see uri
Definition at line 598 of file css_extensions.cpp. |
|
It will be ignored if the attribute doesn't contain a Definition at line 603 of file css_extensions.cpp. |
|
see mix
Definition at line 609 of file css_extensions.cpp. |
|
It will be ignored if the attribute doesn't contain a Definition at line 616 of file css_extensions.cpp. |
|
see repeat
Definition at line 622 of file css_extensions.cpp. |
The documentation for this class was generated from the following files: