Home
last modified time | relevance | path

Searched refs:QQmlWatcher (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp64 QQmlWatcher *parent = nullptr);
69 QQmlWatcher *parent = nullptr);
75 friend class QQmlWatcher;
77 QQmlWatcher *m_watch;
88 QQmlWatcher *parent) in QQmlWatchProxy()
99 QQmlWatcher *parent) in QQmlWatchProxy()
117 QQmlWatcher::QQmlWatcher(QObject *parent) in QQmlWatcher() function in QQmlWatcher
122 bool QQmlWatcher::addWatch(int id, quint32 debugId) in addWatch()
134 bool QQmlWatcher::addWatch(int id, quint32 debugId, const QByteArray &property) in addWatch()
147 bool QQmlWatcher::addWatch(int id, quint32 objectId, const QString &expr) in addWatch()
[all …]
H A Dqqmlwatcher.h68 class QQmlWatcher : public QObject
72 QQmlWatcher(QObject * = 0);
H A Dqqmlenginedebugservice.h65 class QQmlWatcher; variable
133 QQmlWatcher *m_watch;
H A Dqqmlenginedebugservice.cpp106 QQmlEngineDebugService(2, parent), m_watch(new QQmlWatcher(this)), m_statesDelegate(nullptr) in QQmlEngineDebugServiceImpl()
108 connect(m_watch, &QQmlWatcher::propertyChanged, in QQmlEngineDebugServiceImpl()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp64 QQmlWatcher *parent = nullptr);
69 QQmlWatcher *parent = nullptr);
75 friend class QQmlWatcher;
77 QQmlWatcher *m_watch;
88 QQmlWatcher *parent) in QQmlWatchProxy()
99 QQmlWatcher *parent) in QQmlWatchProxy()
117 QQmlWatcher::QQmlWatcher(QObject *parent) in QQmlWatcher() function in QQmlWatcher
122 bool QQmlWatcher::addWatch(int id, quint32 debugId) in addWatch()
134 bool QQmlWatcher::addWatch(int id, quint32 debugId, const QByteArray &property) in addWatch()
147 bool QQmlWatcher::addWatch(int id, quint32 objectId, const QString &expr) in addWatch()
[all …]
H A Dqqmlwatcher.h68 class QQmlWatcher : public QObject
72 QQmlWatcher(QObject * = 0);
H A Dqqmlenginedebugservice.h65 class QQmlWatcher; variable
133 QQmlWatcher *m_watch;
H A Dqqmlenginedebugservice.cpp106 QQmlEngineDebugService(2, parent), m_watch(new QQmlWatcher(this)), m_statesDelegate(nullptr) in QQmlEngineDebugServiceImpl()
108 connect(m_watch, &QQmlWatcher::propertyChanged, in QQmlEngineDebugServiceImpl()