Qt 5.15
Qt Multimedia
C++ Classes
QSoundEffect
Qt 5.15.14 Reference Documentation
List of All Members for QSoundEffect
This is the complete list of members for
QSoundEffect
, including inherited members.
enum
Loop
QSoundEffect
(const QAudioDeviceInfo &, QObject *)
QSoundEffect
(QObject *)
enum
Status
categoryChanged
()
loadedChanged
()
loopCountChanged
()
loopsRemainingChanged
()
mutedChanged
()
play
()
playingChanged
()
sourceChanged
()
statusChanged
()
stop
()
volumeChanged
()
~QSoundEffect
()
category
() const : QString
isLoaded
() const : bool
isMuted
() const : bool
isPlaying
() const : bool
loopCount
() const : int
loopsRemaining
() const : int
setCategory
(const QString &)
setLoopCount
(int )
setMuted
(bool )
setSource
(const QUrl &)
setVolume
(qreal )
source
() const : QUrl
status
() const : Status
supportedMimeTypes
() : QStringList
volume
() const : qreal