Qt 4.8
|
Public Functions | |
QUrl | url () const |
int | workerId () const |
WorkerLoadEvent (int workerId, const QUrl &url) | |
Public Functions inherited from QEvent | |
void | accept () |
Sets the accept flag of the event object, the equivalent of calling setAccepted(true). More... | |
void | ignore () |
Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). More... | |
bool | isAccepted () const |
QEvent (Type type) | |
Contructs an event object of type type. More... | |
void | setAccepted (bool accepted) |
bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false. More... | |
Type | type () const |
Returns the event type. More... | |
virtual | ~QEvent () |
Destroys the event. More... | |
Properties | |
int | m_id |
QUrl | m_url |
Additional Inherited Members | |
Static Public Functions inherited from QEvent | |
static int | registerEventType (int hint=-1) |
Registers and returns a custom event type. More... | |
Protected Variables inherited from QEvent | |
QEventPrivate * | d |
ushort | t |
Definition at line 80 of file qdeclarativeworkerscript.cpp.
WorkerLoadEvent::WorkerLoadEvent | ( | int | workerId, |
const QUrl & | url | ||
) |
Definition at line 477 of file qdeclarativeworkerscript.cpp.
QUrl WorkerLoadEvent::url | ( | ) | const |
Definition at line 487 of file qdeclarativeworkerscript.cpp.
Referenced by QDeclarativeWorkerScriptEnginePrivate::event().
int WorkerLoadEvent::workerId | ( | ) | const |
Definition at line 482 of file qdeclarativeworkerscript.cpp.
Referenced by QDeclarativeWorkerScriptEnginePrivate::event().
|
private |
Definition at line 91 of file qdeclarativeworkerscript.cpp.
Referenced by workerId().
|
private |
Definition at line 92 of file qdeclarativeworkerscript.cpp.
Referenced by url().