The context of a message sent to a user script More...
Header: | #include <oxideqquickscriptmessagerequest.h> |
Instantiated By: | ScriptMessageRequest |
Inherits: | QObject |
enum | ErrorCode { ErrorNone, ErrorInvalidContext, ErrorUncaughtException, ErrorNoHandler, ..., ErrorDestinationNotFound } |
~OxideQQuickScriptMessageRequest() | |
QJSValue | errorCallback() const |
QJSValue | replyCallback() const |
void | setErrorCallback(const QJSValue &callback) |
void | setReplyCallback(const QJSValue &callback) |
void | errorCallbackChanged() |
void | replyCallbackChanged() |
The context of a message sent to a user script
Access functions:
QJSValue | errorCallback() const |
void | setErrorCallback(const QJSValue &callback) |
Notifier signal:
void | errorCallbackChanged() |
Access functions:
QJSValue | replyCallback() const |
void | setReplyCallback(const QJSValue &callback) |
Notifier signal:
void | replyCallbackChanged() |