Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4objectiterator_p.h File Reference
#include "qv4global_p.h"
#include "qv4object_p.h"
+ Include dependency graph for qv4objectiterator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::ObjectIterator
 
struct  QV4::ForInIteratorPrototype
 
struct  QV4::ForInIteratorObject
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
namespace  QV4::Heap
 

Macros

#define ForInIteratorObjectMembers(class, Member)
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (ForInIteratorObject, Object)
 

Macro Definition Documentation

◆ ForInIteratorObjectMembers

#define ForInIteratorObjectMembers (   class,
  Member 
)
Value:
Member(class, Pointer, Object *, object) \
Member(class, Pointer, Object *, current) \
Member(class, Pointer, Object *, target) \
Member(class, NoMark, OwnPropertyKeyIterator *, iterator)
Definition main.cpp:8
GLenum target

Definition at line 59 of file qv4objectiterator_p.h.