java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineScript
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QWebEngineScript extends QtObject implements Cloneable
Encapsulates a JavaScript program
Java wrapper for Qt class QWebEngineScript
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QWebEngineScript.InjectionPoint
Java wrapper for Qt enum QWebEngineScript::InjectionPointstatic class
QWebEngineScript.ScriptWorldId
Java wrapper for Qt enum QWebEngineScript::ScriptWorldId -
Constructor Summary
Constructors Modifier Constructor Description QWebEngineScript()
protected
QWebEngineScript(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWebEngineScript(QWebEngineScript other)
-
Method Summary
Modifier and Type Method Description QWebEngineScript
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QWebEngineScript.InjectionPoint
injectionPoint()
boolean
isNull()
String
name()
boolean
runsOnSubFrames()
void
set(QWebEngineScript other)
void
setInjectionPoint(QWebEngineScript.InjectionPoint arg__1)
void
setName(String arg__1)
void
setRunsOnSubFrames(boolean on)
void
setSourceCode(String arg__1)
void
setWorldId(int arg__1)
String
sourceCode()
void
swap(QWebEngineScript other)
String
toString()
int
worldId()
-
Constructor Details
-
QWebEngineScript
public QWebEngineScript() -
QWebEngineScript
-
QWebEngineScript
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
injectionPoint
-
isNull
-
name
-
set
-
runsOnSubFrames
-
setInjectionPoint
-
setName
-
setRunsOnSubFrames
-
setSourceCode
-
setWorldId
-
sourceCode
-
swap
-
worldId
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-