java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.core.QWebEngineUrlScheme
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Configures a custom URL scheme
Java wrapper for Qt class QWebEngineUrlScheme
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QWebEngineUrlScheme::Flagstatic final class
QFlags type for enumQWebEngineUrlScheme.Flag
static enum
Java wrapper for Qt enum QWebEngineUrlScheme::SyntaxNested 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
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final int
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.flags()
int
hashCode()
final QByteArray
name()
static void
registerScheme
(QWebEngineUrlScheme scheme) static QWebEngineUrlScheme
schemeByName
(QByteArray name) final void
set
(QWebEngineUrlScheme that) final void
setDefaultPort
(int newValue) final void
setFlags
(QWebEngineUrlScheme.Flag... newValue) Overloaded function forsetFlags(io.qt.webengine.core.QWebEngineUrlScheme.Flags)
.final void
setFlags
(QWebEngineUrlScheme.Flags newValue) final void
setName
(QByteArray newValue) final void
setSyntax
(QWebEngineUrlScheme.Syntax newValue) syntax()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineUrlScheme
public QWebEngineUrlScheme() -
QWebEngineUrlScheme
-
QWebEngineUrlScheme
-
QWebEngineUrlScheme
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
defaultPort
-
flags
-
name
-
set
-
setDefaultPort
-
setFlags
Overloaded function for
setFlags(io.qt.webengine.core.QWebEngineUrlScheme.Flags)
. -
setFlags
-
setName
-
setSyntax
-
syntax
-
registerScheme
-
schemeByName
-
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
-
clone
-