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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineScript::InjectionPointstatic enumJava wrapper for Qt enumQWebEngineScript::ScriptWorldIdNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineScript other) clone()Creates and returns a copy of this object.booleanKotlin property getter.final StringgetName()Kotlin property getter.final booleanKotlin property getter.final StringKotlin property getter.final QUrlKotlin property getter.final intKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineScript).final Stringname()final booleanfinal voidset(QWebEngineScript other) Deprecated.final voidfinal voidfinal voidsetRunsOnSubFrames(boolean on) final voidsetSourceCode(String arg__1) final voidsetSourceUrl(QUrl url) final voidsetWorldId(int arg__1) final Stringfinal QUrlfinal voidswap(QWebEngineScript other) toString()Seeoperator<<(QDebug,QWebEngineScript) final intworldId()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
-
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.
-
getInjectionPoint
Kotlin property getter. In Java use
injectionPoint()instead. -
getName
Kotlin property getter. In Java use
name()instead. -
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineScript)instead. -
getRunsOnSubFrames
Kotlin property getter. In Java use
runsOnSubFrames()instead. -
getSourceCode
Kotlin property getter. In Java use
sourceCode()instead. -
getSourceUrl
Kotlin property getter. In Java use
sourceUrl()instead. -
getWorldId
Kotlin property getter. In Java use
worldId()instead.
-
assign(io.qt.webengine.core.QWebEngineScript)instead.