java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineScript
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates a JavaScript program
Java wrapper for Qt class QWebEngineScript
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineScript::InjectionPoint
static enum
Java wrapper for Qt enumQWebEngineScript::ScriptWorldId
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineScript other) clone()
Creates and returns a copy of this object.final boolean
equals
(QWebEngineScript other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineScript)
.final String
name()
final boolean
final void
set
(QWebEngineScript other) Deprecated.final void
final void
final void
setRunsOnSubFrames
(boolean on) final void
setSourceCode
(String arg__1) final void
setSourceUrl
(QUrl url) final void
setSourceUrl
(String url) Overloaded function forsetSourceUrl(io.qt.core.QUrl)
.final void
setWorldId
(int arg__1) final String
final QUrl
final void
swap
(QWebEngineScript other) toString()
Seeoperator<<(QDebug,
QWebEngineScript) final int
worldId()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineScript
public QWebEngineScript() -
QWebEngineScript
-
-
Method Details
-
injectionPoint
-
name
-
assign
-
equals
-
runsOnSubFrames
-
setInjectionPoint
-
setName
-
setRunsOnSubFrames
-
setSourceCode
-
setSourceUrl
-
setWorldId
-
sourceCode
-
sourceUrl
-
swap
-
worldId
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QWebEngineScript)
. -
toString
See
operator<<(QDebug,
QWebEngineScript) -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineScript)
instead. -
setSourceUrl
Overloaded function for
setSourceUrl(io.qt.core.QUrl)
.
-
assign(io.qt.webengine.core.QWebEngineScript)
instead.