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


Public Member Functions | |
CSS2PlayDuring (const CSS2PlayDuring &other) | |
CSS2PlayDuring (CSS2PlayDuringImpl *impl) | |
CSS2PlayDuring & | operator= (const CSS2PlayDuring &other) |
unsigned short | playDuringType () const |
DOM::DOMString | playDuringIdentifier () const |
void | setPlayDuringIdentifier (const DOM::DOMString &) |
DOM::DOMString | uri () const |
void | setUri (const DOM::DOMString &) |
bool | mix () const |
void | setMix (const bool) |
bool | repeat () const |
void | setRepeat (const bool) |
Detailed Description
TheCSS2PlayDuring
interface represents the play-during CSS Level 2 property.
Definition at line 888 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 574 of file css_extensions.cpp. |
|
One of
On setting, it will set the Definition at line 580 of file css_extensions.cpp. |
|
see playDuringIdentifier
Definition at line 586 of file css_extensions.cpp. |
|
The sound specified by the
It will set the Definition at line 591 of file css_extensions.cpp. |
|
see uri
Definition at line 597 of file css_extensions.cpp. |
|
It will be ignored if the attribute doesn't contain a Definition at line 602 of file css_extensions.cpp. |
|
see mix
Definition at line 608 of file css_extensions.cpp. |
|
It will be ignored if the attribute doesn't contain a Definition at line 615 of file css_extensions.cpp. |
|
see repeat
Definition at line 621 of file css_extensions.cpp. |
The documentation for this class was generated from the following files: