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
Collector Class Reference
Collaboration diagram for Collector:

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::ExecutionEnginem_engine
int m_anonCount
QStringList m_expanded

Detailed Description

Definition at line 71 of file qqmlnativedebugservice.cpp.

Constructor & Destructor Documentation

◆ Collector() [1/2]

Collector::Collector ( QV4::ExecutionEngine * engine)
inline

Definition at line 74 of file qqmlnativedebugservice.cpp.

References Collector(), and m_anonCount.

Referenced by Collector().

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

◆ Collector() [2/2]

Collector::Collector ( QV4::ExecutionEngine * engine)
inline

Definition at line 74 of file qqmlnativedebugservice.cpp.

Member Function Documentation

◆ collect() [1/2]

void Collector::collect ( QJsonArray * output,
const QString & parentIName,
const QString & name,
const QV4::Value & value )

Definition at line 335 of file qqmlnativedebugservice.cpp.

◆ collect() [2/2]

void Collector::collect ( QJsonArray * output,
const QString & parentIName,
const QString & name,
const QV4::Value & value )

◆ isExpanded() [1/2]

bool Collector::isExpanded ( const QString & iname) const
inline

Definition at line 81 of file qqmlnativedebugservice.cpp.

◆ isExpanded() [2/2]

bool Collector::isExpanded ( const QString & iname) const
inline

Definition at line 81 of file qqmlnativedebugservice.cpp.

Member Data Documentation

◆ m_anonCount

int Collector::m_anonCount

Definition at line 85 of file qqmlnativedebugservice.cpp.

Referenced by Collector().

◆ m_engine

QV4::ExecutionEngine * Collector::m_engine

Definition at line 84 of file qqmlnativedebugservice.cpp.

◆ m_expanded

QStringList Collector::m_expanded

Definition at line 86 of file qqmlnativedebugservice.cpp.


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