BluezQt
mediaplayer.cpp
76 return new PendingCall(d->setDBusProperty(QStringLiteral("Equalizer"), equalizerToString(equalizer)), PendingCall::ReturnVoid, this);
86 return new PendingCall(d->setDBusProperty(QStringLiteral("Repeat"), repeatToString(repeat)), PendingCall::ReturnVoid, this);
96 return new PendingCall(d->setDBusProperty(QStringLiteral("Shuffle"), shuffleToString(shuffle)), PendingCall::ReturnVoid, this);
PendingCall * setEqualizer(Equalizer equalizer)
Sets the equalizer state of the player.
Definition mediaplayer.cpp:74
PendingCall * setShuffle(Shuffle shuffle)
Sets the shuffle state of the player.
Definition mediaplayer.cpp:94
PendingCall * setRepeat(Repeat repeat)
Sets the repeat state of the player.
Definition mediaplayer.cpp:84
QString path(const QString &relativePath)
KGuiItem properties()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.