Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeWorkerScriptEnginePrivate::WorkerScript Struct Reference

Public Functions

 WorkerScript ()
 

Public Variables

QScriptValue callback
 
int id
 
bool initialized
 
QScriptValue object
 
QDeclarativeWorkerScriptowner
 
QUrl source
 This holds the url of the JavaScript file that implements the WorkerScript. More...
 

Detailed Description

Definition at line 159 of file qdeclarativeworkerscript.cpp.

Constructors and Destructors

◆ WorkerScript()

QDeclarativeWorkerScriptEnginePrivate::WorkerScript::WorkerScript ( )

Properties

◆ callback

QScriptValue QDeclarativeWorkerScriptEnginePrivate::WorkerScript::callback

◆ id

int QDeclarativeWorkerScriptEnginePrivate::WorkerScript::id

◆ initialized

bool QDeclarativeWorkerScriptEnginePrivate::WorkerScript::initialized

◆ object

QScriptValue QDeclarativeWorkerScriptEnginePrivate::WorkerScript::object

◆ owner

QDeclarativeWorkerScript* QDeclarativeWorkerScriptEnginePrivate::WorkerScript::owner

◆ source

url WorkerScript::source

This holds the url of the JavaScript file that implements the WorkerScript.

onMessage() handler for threaded operations.

Definition at line 163 of file qdeclarativeworkerscript.cpp.

Referenced by QDeclarativeWorkerScriptEnginePrivate::processLoad(), and QDeclarativeWorkerScriptEnginePrivate::reportScriptException().


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