Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QAudioStateMachine::Notifier Class Reference

#include <qaudiostatemachine_p.h>

+ Collaboration diagram for QAudioStateMachine::Notifier:

Public Member Functions

void reset ()
 
 ~Notifier ()
 
 Notifier (const Notifier &)=delete
 
 Notifier (Notifier &&other) noexcept
 
 operator bool () const
 
QAudio::State prevAudioState () const
 
QAudio::State audioState () const
 
bool isDraining () const
 
bool isStateChanged () const
 

Friends

class QAudioStateMachine
 

Detailed Description

Definition at line 41 of file qaudiostatemachine_p.h.

Constructor & Destructor Documentation

◆ ~Notifier()

QAudioStateMachine::Notifier::~Notifier ( )
inline

Definition at line 50 of file qaudiostatemachine_p.h.

◆ Notifier() [1/2]

QAudioStateMachine::Notifier::Notifier ( const Notifier & )
delete

◆ Notifier() [2/2]

QAudioStateMachine::Notifier::Notifier ( Notifier && other)
inlinenoexcept

Definition at line 53 of file qaudiostatemachine_p.h.

Member Function Documentation

◆ audioState()

QAudio::State QAudioStateMachine::Notifier::audioState ( ) const
inline

Definition at line 64 of file qaudiostatemachine_p.h.

References AudioStateMachineUtils::toAudioState().

+ Here is the call graph for this function:

◆ isDraining()

bool QAudioStateMachine::Notifier::isDraining ( ) const
inline

Definition at line 66 of file qaudiostatemachine_p.h.

References AudioStateMachineUtils::isDrainingState().

+ Here is the call graph for this function:

◆ isStateChanged()

bool QAudioStateMachine::Notifier::isStateChanged ( ) const
inline

Definition at line 68 of file qaudiostatemachine_p.h.

◆ operator bool()

QAudioStateMachine::Notifier::operator bool ( ) const
inline

Definition at line 60 of file qaudiostatemachine_p.h.

◆ prevAudioState()

QAudio::State QAudioStateMachine::Notifier::prevAudioState ( ) const
inline

Definition at line 62 of file qaudiostatemachine_p.h.

References AudioStateMachineUtils::toAudioState().

+ Here is the call graph for this function:

◆ reset()

void QAudioStateMachine::Notifier::reset ( )
inline

Definition at line 44 of file qaudiostatemachine_p.h.

Friends And Related Symbol Documentation

◆ QAudioStateMachine

friend class QAudioStateMachine
friend

Definition at line 82 of file qaudiostatemachine_p.h.


The documentation for this class was generated from the following file: