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

Go to the source code of this file.

Classes

struct  QV4::Heap::DataViewCtor
 
struct  QV4::DataViewCtor
 
struct  QV4::DataView
 
struct  QV4::DataViewPrototype
 

Namespaces

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

Macros

#define DataViewMembers(class, Member)
 

Functions

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

Macro Definition Documentation

◆ DataViewMembers

#define DataViewMembers (   class,
  Member 
)
Value:
Member(class, Pointer, SharedArrayBuffer *, buffer) \
Member(class, NoMark, uint, byteLength) \
Member(class, NoMark, uint, byteOffset)
GLenum GLuint buffer
unsigned int uint
Definition qtypes.h:29

Definition at line 30 of file qv4dataview_p.h.