![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QThreadPool * | get (const QMutexLocker< QMutex > &) |
template<typename Functor> | |
QFuture< void > | run (Functor &&f) |
QThreadPool * | get (const QMutexLocker< QMutex > &) |
template<typename Functor> | |
QFuture< void > | run (Functor &&f) |
Public Attributes | |
QObject | m_context |
QMutex | m_poolMutex |
QThreadPool * | m_instance {} |
bool | m_appUnderDestruction = false |
Definition at line 30 of file qgstreamerimagecapture.cpp.
|
inline |
Definition at line 37 of file qgstreamerimagecapture.cpp.
|
inline |
Definition at line 37 of file qgstreamerimagecapture.cpp.
|
inline |
Definition at line 67 of file qgstreamerimagecapture.cpp.
|
inline |
Definition at line 67 of file qgstreamerimagecapture.cpp.
bool QT_BEGIN_NAMESPACE::ThreadPoolSingleton::m_appUnderDestruction = false |
Definition at line 35 of file qgstreamerimagecapture.cpp.
QObject QT_BEGIN_NAMESPACE::ThreadPoolSingleton::m_context |
Definition at line 32 of file qgstreamerimagecapture.cpp.
QThreadPool * QT_BEGIN_NAMESPACE::ThreadPoolSingleton::m_instance {} |
Definition at line 34 of file qgstreamerimagecapture.cpp.
QMutex QT_BEGIN_NAMESPACE::ThreadPoolSingleton::m_poolMutex |
Definition at line 33 of file qgstreamerimagecapture.cpp.