|
QObject * | thisObject () const |
|
QQmlEngine * | qmlEngine () const |
|
QJSValue | jsMetaType (int index) const |
|
void | setInstructionPointer (int offset) const |
|
void | setReturnValueUndefined () const |
|
bool | captureLookup (uint index, QObject *object) const |
|
bool | captureQmlContextPropertyLookup (uint index) const |
|
void | captureTranslation () const |
|
QString | translationContext () const |
|
QMetaType | lookupResultMetaType (uint index) const |
|
void | storeNameSloppy (uint nameIndex, void *value, QMetaType type) const |
|
QJSValue | javaScriptGlobalProperty (uint nameIndex) const |
|
const QLoggingCategory * | resolveLoggingCategory (QObject *wrapper, bool *ok) const |
|
void | writeToConsole (QtMsgType type, const QString &message, const QLoggingCategory *loggingCategory) const |
|
QVariant | constructValueType (QMetaType resultMetaType, const QMetaObject *resultMetaObject, int ctorIndex, void **args) const |
|
QDateTime | constructDateTime (double timestamp) const |
|
QDateTime | constructDateTime (const QString &string) const |
|
QDateTime | constructDateTime (const QJSPrimitiveValue &arg) const |
|
QDateTime | constructDateTime (double year, double month, double day=1, double hours=0, double minutes=0, double seconds=0, double msecs=0) const |
|
bool | callQmlContextPropertyLookup (uint index, void **args, int argc) const |
|
void | initCallQmlContextPropertyLookup (uint index, int relativeMethodIndex) const |
|
bool | loadContextIdLookup (uint index, void *target) const |
|
void | initLoadContextIdLookup (uint index) const |
|
bool | callObjectPropertyLookup (uint index, QObject *object, void **args, int argc) const |
|
void | initCallObjectPropertyLookup (uint index, QObject *object, int relativeMethodIndex) const |
|
void | initCallObjectPropertyLookupAsVariant (uint index, QObject *object) const |
|
bool | loadGlobalLookup (uint index, void *target) const |
|
void | initLoadGlobalLookup (uint index, QMetaType type) const |
|
bool | loadScopeObjectPropertyLookup (uint index, void *target) const |
|
bool | writeBackScopeObjectPropertyLookup (uint index, void *source) const |
|
void | initLoadScopeObjectPropertyLookup (uint index) const |
|
bool | loadSingletonLookup (uint index, void *target) const |
|
void | initLoadSingletonLookup (uint index, uint importNamespace) const |
|
bool | loadAttachedLookup (uint index, QObject *object, void *target) const |
|
void | initLoadAttachedLookup (uint index, uint importNamespace, QObject *object) const |
|
bool | loadTypeLookup (uint index, void *target) const |
|
void | initLoadTypeLookup (uint index, uint importNamespace) const |
|
bool | getObjectLookup (uint index, QObject *object, void *target) const |
|
bool | writeBackObjectLookup (uint index, QObject *object, void *source) const |
|
void | initGetObjectLookup (uint index, QObject *object) const |
|
void | initGetObjectLookupAsVariant (uint index, QObject *object) const |
|
bool | getValueLookup (uint index, void *value, void *target) const |
|
bool | writeBackValueLookup (uint index, void *value, void *source) const |
|
void | initGetValueLookup (uint index, const QMetaObject *metaObject) const |
|
bool | getEnumLookup (uint index, void *target) const |
|
void | initGetEnumLookup (uint index, const QMetaObject *metaObject, const char *enumerator, const char *enumValue) const |
|
bool | setObjectLookup (uint index, QObject *object, void *value) const |
|
void | initSetObjectLookup (uint index, QObject *object) const |
|
void | initSetObjectLookupAsVariant (uint index, QObject *object) const |
|
bool | setValueLookup (uint index, void *target, void *value) const |
|
void | initSetValueLookup (uint index, const QMetaObject *metaObject) const |
|
void | initSetValueLookupAsVariant (uint index, const QMetaObject *metaObject) const |
|
bool | callValueLookup (uint index, void *target, void **args, int argc) const |
|
void | initCallValueLookup (uint index, const QMetaObject *metaObject, int relativeMethodIndex) const |
|
Definition at line 620 of file qqmlprivate.h.