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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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.boolean
Kotlin property getter.final String
getName()
Kotlin property getter.final boolean
Kotlin property getter.final String
Kotlin property getter.final QUrl
Kotlin property getter.final int
Kotlin property getter.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
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
-
getInjectionPoint
Kotlin property getter. In Java use
injectionPoint()
instead. -
injectionPoint
-
getName
Kotlin property getter. In Java use
name()
instead. -
name
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineScript)
instead. -
assign
-
getRunsOnSubFrames
Kotlin property getter. In Java use
runsOnSubFrames()
instead. -
runsOnSubFrames
-
setInjectionPoint
-
setName
-
setRunsOnSubFrames
-
setSourceCode
-
setSourceUrl
-
setWorldId
-
getSourceCode
Kotlin property getter. In Java use
sourceCode()
instead. -
sourceCode
-
getSourceUrl
Kotlin property getter. In Java use
sourceUrl()
instead. -
sourceUrl
-
swap
-
getWorldId
Kotlin property getter. In Java use
worldId()
instead. -
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.
-
assign(io.qt.webengine.core.QWebEngineScript)
instead.