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