#include <phonon.h>
Public Slots | |
bool | setCategory (Phonon::Category category) |
Signals | |
void | deviceChanged (const QString &deviceName) |
Public Member Functions | |
KALPhonon (QObject *parent=0) | |
~KALPhonon () | |
void | resetOutput () |
QString | alDevice () const |
Phonon::AudioOutput * | phononOutput () const |
Phonon::Category | category () const |
KALPhonon is a wrapper class around Phonon to make it possible to use Phonon output device in KALEngine
Definition at line 42 of file phonon.h.
KALPhonon::KALPhonon | ( | QObject * | parent = 0 |
) |
Definition at line 43 of file phonon.cpp.
KALPhonon::~KALPhonon | ( | ) |
Definition at line 49 of file phonon.cpp.
QString KALPhonon::alDevice | ( | ) | const |
Definition at line 114 of file phonon.cpp.
Phonon::Category KALPhonon::category | ( | ) | const |
Definition at line 119 of file phonon.cpp.
void KALPhonon::deviceChanged | ( | const QString & | deviceName | ) | [signal] |
Phonon::AudioOutput * KALPhonon::phononOutput | ( | ) | const |
Definition at line 109 of file phonon.cpp.
void KALPhonon::resetOutput | ( | ) |
Definition at line 97 of file phonon.cpp.
bool KALPhonon::setCategory | ( | Phonon::Category | category | ) | [slot] |
Definition at line 74 of file phonon.cpp.