![]() |
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 | |
Collector (QV4::ExecutionEngine *engine) | |
void | collect (QJsonArray *output, const QString &parentIName, const QString &name, const QV4::Value &value) |
bool | isExpanded (const QString &iname) const |
Collector (QV4::ExecutionEngine *engine) | |
void | collect (QJsonArray *output, const QString &parentIName, const QString &name, const QV4::Value &value) |
bool | isExpanded (const QString &iname) const |
Public Attributes | |
QV4::ExecutionEngine * | m_engine |
int | m_anonCount |
QStringList | m_expanded |
Definition at line 71 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 74 of file qqmlnativedebugservice.cpp.
References Collector(), and m_anonCount.
Referenced by Collector().
|
inline |
Definition at line 74 of file qqmlnativedebugservice.cpp.
void Collector::collect | ( | QJsonArray * | output, |
const QString & | parentIName, | ||
const QString & | name, | ||
const QV4::Value & | value ) |
Definition at line 335 of file qqmlnativedebugservice.cpp.
void Collector::collect | ( | QJsonArray * | output, |
const QString & | parentIName, | ||
const QString & | name, | ||
const QV4::Value & | value ) |
|
inline |
Definition at line 81 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 81 of file qqmlnativedebugservice.cpp.
int Collector::m_anonCount |
Definition at line 85 of file qqmlnativedebugservice.cpp.
Referenced by Collector().
QV4::ExecutionEngine * Collector::m_engine |
Definition at line 84 of file qqmlnativedebugservice.cpp.
QStringList Collector::m_expanded |
Definition at line 86 of file qqmlnativedebugservice.cpp.