Uses of Class
io.qt.webengine.widgets.QWebEngineScript.InjectionPoint
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEngineScript.InjectionPoint in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEngineScript.InjectionPoint Modifier and Type Method Description QWebEngineScript.InjectionPoint
QWebEngineScript. injectionPoint()
static QWebEngineScript.InjectionPoint
QWebEngineScript.InjectionPoint. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEngineScript.InjectionPoint
QWebEngineScript.InjectionPoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEngineScript.InjectionPoint[]
QWebEngineScript.InjectionPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.widgets with parameters of type QWebEngineScript.InjectionPoint Modifier and Type Method Description void
QWebEngineScript. setInjectionPoint(QWebEngineScript.InjectionPoint arg__1)