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
QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record Struct Reference
Collaboration diagram for QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record:

Public Member Functions

 Record (QByteArray, QIODevice *)
void unsetDevice ()
bool isValid () const
template<typename Functor>
auto runWhileLocked (Functor &&f)
 Record (QByteArray, QIODevice *)
void unsetDevice ()
bool isValid () const
template<typename Functor>
auto runWhileLocked (Functor &&f)

Public Attributes

const QByteArray id

Detailed Description

Definition at line 31 of file qgstreamer_qiodevice_handler.cpp.

Constructor & Destructor Documentation

◆ Record() [1/2]

QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::Record ( QByteArray id,
QIODevice * device )
explicit

Definition at line 130 of file qgstreamer_qiodevice_handler.cpp.

References Record().

Referenced by Record().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Record() [2/2]

QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::Record ( QByteArray ,
QIODevice *  )
explicit

Member Function Documentation

◆ isValid() [1/2]

bool QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::isValid ( ) const

Definition at line 148 of file qgstreamer_qiodevice_handler.cpp.

◆ isValid() [2/2]

bool QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::isValid ( ) const

◆ runWhileLocked() [1/2]

template<typename Functor>
auto QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::runWhileLocked ( Functor && f)
inline

Definition at line 41 of file qgstreamer_qiodevice_handler.cpp.

◆ runWhileLocked() [2/2]

template<typename Functor>
auto QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::runWhileLocked ( Functor && f)
inline

Definition at line 41 of file qgstreamer_qiodevice_handler.cpp.

◆ unsetDevice() [1/2]

void QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::unsetDevice ( )

Definition at line 142 of file qgstreamer_qiodevice_handler.cpp.

◆ unsetDevice() [2/2]

void QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::unsetDevice ( )

Member Data Documentation

◆ id

const QByteArray QT_BEGIN_NAMESPACE::QIODeviceRegistry::Record::id

Definition at line 38 of file qgstreamer_qiodevice_handler.cpp.


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