Header: | #include <oxideqquickuserscript.h> |
Instantiated By: | UserScript |
Inherits: | QObject and QQmlParserStatus |
|
|
~OxideQQuickUserScript() | |
QUrl | context() const |
bool | emulateGreasemonkey() const |
bool | incognitoEnabled() const |
bool | matchAllFrames() const |
void | setContext(const QUrl &context) |
void | setEmulateGreasemonkey(bool emulate_greasemonkey) |
void | setIncognitoEnabled(bool incognito_enabled) |
void | setMatchAllFrames(bool match_all_frames) |
QUrl | url() const |
void | scriptLoadFailed() |
void | scriptLoaded() |
void | scriptPropertyChanged() |
virtual void | classBegin() |
virtual void | componentComplete() |
Access functions:
QUrl | context() const |
void | setContext(const QUrl &context) |
Notifier signal:
void | scriptPropertyChanged() |
Access functions:
bool | emulateGreasemonkey() const |
void | setEmulateGreasemonkey(bool emulate_greasemonkey) |
Notifier signal:
void | scriptPropertyChanged() |
Access functions:
bool | incognitoEnabled() const |
void | setIncognitoEnabled(bool incognito_enabled) |
Notifier signal:
void | scriptPropertyChanged() |
Access functions:
bool | matchAllFrames() const |
void | setMatchAllFrames(bool match_all_frames) |
Notifier signal:
void | scriptPropertyChanged() |
Access functions:
QUrl | url() const |
Notifier signal:
void | scriptPropertyChanged() |
Destroys the instance of OxideQQuickUserScript.
[virtual protected]
void OxideQQuickUserScript::classBegin()[virtual protected]
void OxideQQuickUserScript::componentComplete()[signal]
void OxideQQuickUserScript::scriptLoadFailed()[signal]
void OxideQQuickUserScript::scriptLoaded()