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
qv4proxy_p.h File Reference

(1f13344e500e837e296212eaf3525e57e14cd055)

#include "qv4object_p.h"
#include "qv4functionobject_p.h"
+ Include dependency graph for qv4proxy_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::ProxyFunctionObject
 
struct  QV4::Heap::ProxyConstructorObject
 
struct  QV4::ProxyObject
 
struct  QV4::ProxyFunctionObject
 
struct  QV4::ProxyConstructorObject
 
struct  QV4::Proxy
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define ProxyObjectMembers(class, Member)
 
#define ProxyMembers(class, Member)    Member(class, Pointer, Symbol *, revokableProxySymbol) \
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (ProxyObject, FunctionObject)
 
 QV4::Heap::DECLARE_HEAP_OBJECT (Proxy, FunctionObject)
 

Macro Definition Documentation

◆ ProxyMembers

#define ProxyMembers ( class,
Member )    Member(class, Pointer, Symbol *, revokableProxySymbol) \

Definition at line 42 of file qv4proxy_p.h.

◆ ProxyObjectMembers

#define ProxyObjectMembers ( class,
Member )
Value:
Member(class, Pointer, Object *, target) \
Member(class, Pointer, Object *, handler)
Definition main.cpp:8
GLenum target

Definition at line 26 of file qv4proxy_p.h.