Okular
audioplayer.cpp
128 QObject::connect(data->m_mediaobject, &Phonon::MediaObject::finished, q, [this, newid]() { finished(newid); });
148 QObject::connect(data->m_mediaobject, &Phonon::MediaObject::finished, q, [this, newid]() { finished(newid); });
qreal volume()
ReadOnly
KGUIADDONS_EXPORT QColor mix(const QColor &c1, const QColor &c2, qreal bias=0.5)
void finished()
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void playSound(const Sound *sound, const SoundAction *linksound=nullptr)
Enqueue the specified sound for playing, optionally taking more information about the playing from th...
Definition: audioplayer.cpp:214
QAction * repeat(const QObject *recvr, const char *slot, QObject *parent)
KCOREADDONS_EXPORT int random()
RemoveFilename
static AudioPlayer * instance()
Gets the instance of the audio player.
Definition: audioplayer.cpp:208
bool isEmpty() const const
QUrl fromLocalFile(const QString &localFile)
bool isEmpty() const const
QString path(QUrl::ComponentFormattingOptions options) const const
void setPath(const QString &path, QUrl::ParsingMode mode)
QUrl adjusted(QUrl::FormattingOptions options) const const
int length() const const
QUrl fromUserInput(const QString &userInput)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:09:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:09:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.