Qt 4.8
Public Functions | Public Variables | List of all members
QScript::QMetaObjectWrapperObject::Data Struct Reference

#include <qscriptqobject_p.h>

Public Functions

 Data (const QMetaObject *mo, JSC::JSValue c)
 

Public Variables

JSC::JSValue ctor
 
JSC::JSValue prototype
 
const QMetaObjectvalue
 

Detailed Description

Definition at line 256 of file qscriptqobject_p.h.

Constructors and Destructors

◆ Data()

QScript::QMetaObjectWrapperObject::Data::Data ( const QMetaObject mo,
JSC::JSValue  c 
)
inline

Definition at line 262 of file qscriptqobject_p.h.

263  : value(mo), ctor(c) {}
unsigned char c[8]
Definition: qnumeric_p.h:62

Properties

◆ ctor

JSC::JSValue QScript::QMetaObjectWrapperObject::Data::ctor

◆ prototype

JSC::JSValue QScript::QMetaObjectWrapperObject::Data::prototype

◆ value

const QMetaObject* QScript::QMetaObjectWrapperObject::Data::value

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