![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlconfigurabledebugservice_p.h>
Protected Member Functions | |
QQmlConfigurableDebugService (float version, QObject *parent=nullptr) | |
void | stopWaiting () |
void | init () |
void | stateChanged (QQmlDebugService::State newState) override |
void | engineAboutToBeAdded (QJSEngine *engine) override |
Protected Attributes | |
QRecursiveMutex | m_configMutex |
QList< QJSEngine * > | m_waitingEngines |
bool | m_waitingForConfiguration |
Definition at line 27 of file qqmlconfigurabledebugservice_p.h.
|
inlineprotected |
Definition at line 30 of file qqmlconfigurabledebugservice_p.h.
References QQmlConfigurableDebugService< Base >::init().
|
inlineoverrideprotected |
Definition at line 61 of file qqmlconfigurabledebugservice_p.h.
References QList< T >::append(), engine, lock, QQmlConfigurableDebugService< Base >::m_configMutex, QQmlConfigurableDebugService< Base >::m_waitingEngines, QQmlConfigurableDebugService< Base >::m_waitingForConfiguration, and Q_EMIT.
Referenced by QQmlProfilerServiceImpl::engineAboutToBeAdded().
|
inlineprotected |
Definition at line 45 of file qqmlconfigurabledebugservice_p.h.
References QQmlDebugService::Enabled, QQmlDebugConnector::instance(), lock, QQmlConfigurableDebugService< Base >::m_configMutex, and QQmlConfigurableDebugService< Base >::m_waitingForConfiguration.
Referenced by QQmlConfigurableDebugService< Base >::QQmlConfigurableDebugService(), and QQmlConfigurableDebugService< Base >::stateChanged().
|
inlineoverrideprotected |
Definition at line 53 of file qqmlconfigurabledebugservice_p.h.
References QQmlDebugService::Enabled, QQmlConfigurableDebugService< Base >::init(), newState(), and QQmlConfigurableDebugService< Base >::stopWaiting().
|
inlineprotected |
Definition at line 36 of file qqmlconfigurabledebugservice_p.h.
References QList< T >::clear(), engine, lock, QQmlConfigurableDebugService< Base >::m_configMutex, QQmlConfigurableDebugService< Base >::m_waitingEngines, QQmlConfigurableDebugService< Base >::m_waitingForConfiguration, and Q_EMIT.
Referenced by QQmlConfigurableDebugService< Base >::stateChanged().
|
protected |
Definition at line 70 of file qqmlconfigurabledebugservice_p.h.
Referenced by QQmlConfigurableDebugService< Base >::engineAboutToBeAdded(), QQmlConfigurableDebugService< Base >::init(), and QQmlConfigurableDebugService< Base >::stopWaiting().
|
protected |
Definition at line 71 of file qqmlconfigurabledebugservice_p.h.
Referenced by QQmlConfigurableDebugService< Base >::engineAboutToBeAdded(), and QQmlConfigurableDebugService< Base >::stopWaiting().
|
protected |
Definition at line 72 of file qqmlconfigurabledebugservice_p.h.
Referenced by QQmlConfigurableDebugService< Base >::engineAboutToBeAdded(), QQmlConfigurableDebugService< Base >::init(), and QQmlConfigurableDebugService< Base >::stopWaiting().