KPlayObject Class Reference
Inheritance diagram for KPlayObject:

Public Member Functions | |
KPlayObject () | |
KPlayObject (Arts::PlayObject playobject, bool isStream) | |
~KPlayObject () | |
void | setObject (Arts::PlayObject playObject) |
Arts::PlayObject | object () |
bool | isNull () |
bool | stream () |
void | play () |
void | seek (Arts::poTime newTime) |
void | pause () |
void | halt () |
QString | description () |
Arts::poTime | currentTime () |
Arts::poTime | overallTime () |
Arts::poCapabilities | capabilities () |
QString | mediaName () |
Arts::poState | state () |
Detailed Description
Definition at line 30 of file kplayobject.h.
Member Function Documentation
|
Sets the internal Arts::PlayObject to .
Definition at line 108 of file kplayobject.cc. |
|
Returns the internal Arts::PlayObject.
Definition at line 96 of file kplayobject.cc. Referenced by capabilities(), currentTime(), description(), halt(), isNull(), mediaName(), overallTime(), pause(), play(), seek(), KAudioConverter::start(), and state(). |
|
return true if both this != 0, and object.isNull() in essence, ((KPlayObject*)0)->isNull() will not crash Definition at line 101 of file kplayobject.cc. References object(). |
|
returns true if the internally playobject is used to play a stream
Definition at line 113 of file kplayobject.cc. |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 43 of file kplayobject.cc. References object(). Referenced by KAudioConverter::start(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 48 of file kplayobject.cc. |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 56 of file kplayobject.cc. References object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 61 of file kplayobject.cc. References object(). Referenced by KAudioConverter::stop(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 66 of file kplayobject.cc. References QString::fromLatin1(), and object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 71 of file kplayobject.cc. References object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 76 of file kplayobject.cc. References object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 81 of file kplayobject.cc. References object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 86 of file kplayobject.cc. References QString::fromLatin1(), and object(). |
|
Reimplemented (Arts::PlayObject Wrapper).
Definition at line 91 of file kplayobject.cc. References object(). Referenced by KAudioConverter::start(). |
The documentation for this class was generated from the following files: