KMediaPlayerAdaptor Class Reference
#include <kmediaplayeradaptor_p.h>

Public Slots | |
| bool | openUrl (const QString &file) |
| void | pause () |
| void | play () |
| void | seek (qlonglong msec) |
| void | stop () |
Public Member Functions | |
| bool | hasLength () const |
| bool | isLooping () const |
| bool | isSeekable () const |
| qlonglong | length () const |
| qlonglong | position () const |
| void | setLooping (bool value) |
| void | setState (int value) |
| int | state () const |
Properties | |
| bool | hasLength |
| qlonglong | length |
| bool | looping |
| qlonglong | position |
| bool | seekable |
| int | state |
Detailed Description
Definition at line 22 of file kmediaplayeradaptor_p.h.
Member Function Documentation
| bool KMediaPlayerAdaptor::hasLength | ( | ) | const |
| bool KMediaPlayerAdaptor::isLooping | ( | ) | const |
Definition at line 47 of file kmediaplayeradaptor.cpp.
| bool KMediaPlayerAdaptor::isSeekable | ( | ) | const |
Definition at line 65 of file kmediaplayeradaptor.cpp.
| qlonglong KMediaPlayerAdaptor::length | ( | ) | const |
Definition at line 83 of file kmediaplayeradaptor.cpp.
| void KMediaPlayerAdaptor::pause | ( | ) | [slot] |
Definition at line 94 of file kmediaplayeradaptor.cpp.
| void KMediaPlayerAdaptor::play | ( | ) | [slot] |
Definition at line 103 of file kmediaplayeradaptor.cpp.
| qlonglong KMediaPlayerAdaptor::position | ( | ) | const |
| void KMediaPlayerAdaptor::seek | ( | qlonglong | msec | ) | [slot] |
Definition at line 112 of file kmediaplayeradaptor.cpp.
| void KMediaPlayerAdaptor::setLooping | ( | bool | value | ) |
Definition at line 53 of file kmediaplayeradaptor.cpp.
| void KMediaPlayerAdaptor::setState | ( | int | value | ) |
Definition at line 77 of file kmediaplayeradaptor.cpp.
| int KMediaPlayerAdaptor::state | ( | ) | const |
| void KMediaPlayerAdaptor::stop | ( | ) | [slot] |
Definition at line 121 of file kmediaplayeradaptor.cpp.
Property Documentation
bool KMediaPlayerAdaptor::hasLength [read] |
Definition at line 55 of file kmediaplayeradaptor_p.h.
qlonglong KMediaPlayerAdaptor::length [read] |
Definition at line 58 of file kmediaplayeradaptor_p.h.
bool KMediaPlayerAdaptor::looping [read, write] |
Definition at line 61 of file kmediaplayeradaptor_p.h.
qlonglong KMediaPlayerAdaptor::position [read] |
Definition at line 65 of file kmediaplayeradaptor_p.h.
bool KMediaPlayerAdaptor::seekable [read] |
Definition at line 68 of file kmediaplayeradaptor_p.h.
int KMediaPlayerAdaptor::state [read, write] |
Definition at line 71 of file kmediaplayeradaptor_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference