Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_script_qjsvalueiterator.cpp File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

Go to the source code of this file.

Functions

QJSValueIterator it (object)
 
 while (it.hasNext())
 
 while (obj.isObject())
 

Variables

QJSValue object
 [0]
 
QJSValue obj = ...
 [0]
 

Function Documentation

◆ it()

◆ while() [1/2]

while ( it. hasNext())

Definition at line 8 of file src_script_qjsvalueiterator.cpp.

References it, and qDebug.

◆ while() [2/2]

while ( obj. isObject())

Definition at line 17 of file src_script_qjsvalueiterator.cpp.

References it, and qDebug.

Variable Documentation

◆ obj

QJSValue obj = ...

[0]

[1]

Definition at line 16 of file src_script_qjsvalueiterator.cpp.

◆ object

[0]

Definition at line 5 of file src_script_qjsvalueiterator.cpp.