import QtQuick.tooling 1.2 // This file describes the plugin-supplied types contained in the library. // It is used for QML tooling purposes only. // // This file was auto-generated by qmltyperegistrar. Module { Component { file: "private/qquickworkerscript_p.h" lineNumber: 51 name: "QQuickWorkerScript" accessSemantics: "reference" prototype: "QObject" interfaces: ["QQmlParserStatus"] exports: [ "QtQml.WorkerScript/WorkerScript 2.0", "QtQml.WorkerScript/WorkerScript 2.15", "QtQml.WorkerScript/WorkerScript 6.0" ] exportMetaObjectRevisions: [512, 527, 1536] Property { name: "source" type: "QUrl" read: "source" write: "setSource" notify: "sourceChanged" index: 0 lineNumber: 55 } Property { name: "ready" revision: 527 type: "bool" read: "ready" notify: "readyChanged" index: 1 lineNumber: 56 isReadonly: true } Signal { name: "sourceChanged"; lineNumber: 75 } Signal { name: "readyChanged"; revision: 527; lineNumber: 76 } Signal { name: "message" lineNumber: 77 Parameter { name: "messageObject"; type: "QJSValue" } } Method { name: "sendMessage"; isJavaScriptFunction: true; lineNumber: 72 } } }