OxideQQuickUserScript Class

Header: #include <oxideqquickuserscript.h>
Instantiated By: UserScript
Inherits: QObject and QQmlParserStatus

Properties

Public Functions

~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

Signals

void scriptLoadFailed()
void scriptLoaded()
void scriptPropertyChanged()

Reimplemented Protected Functions

virtual void classBegin()
virtual void componentComplete()

Additional Inherited Members

Detailed Description

Property Documentation

context : QUrl

Access functions:

QUrl context() const
void setContext(const QUrl &context)

Notifier signal:

void scriptPropertyChanged()

emulateGreasemonkey : bool

Access functions:

bool emulateGreasemonkey() const
void setEmulateGreasemonkey(bool emulate_greasemonkey)

Notifier signal:

void scriptPropertyChanged()

incognitoEnabled : bool

Access functions:

bool incognitoEnabled() const
void setIncognitoEnabled(bool incognito_enabled)

Notifier signal:

void scriptPropertyChanged()

matchAllFrames : bool

Access functions:

bool matchAllFrames() const
void setMatchAllFrames(bool match_all_frames)

Notifier signal:

void scriptPropertyChanged()

url : const QUrl

Access functions:

QUrl url() const

Notifier signal:

void scriptPropertyChanged()

Member Function Documentation

OxideQQuickUserScript::~OxideQQuickUserScript()

Destroys the instance of OxideQQuickUserScript.

[virtual protected] void OxideQQuickUserScript::classBegin()

[virtual protected] void OxideQQuickUserScript::componentComplete()

[signal] void OxideQQuickUserScript::scriptLoadFailed()

[signal] void OxideQQuickUserScript::scriptLoaded()