Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ isDraining()

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

Definition at line 66 of file qaudiostatemachine_p.h.

◆ 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.

◆ 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: