java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineUrlScheme
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Configures a custom URL scheme
Java wrapper for Qt's 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 TypeMethodDescriptionfinal void
assign
(QWebEngineUrlScheme that) clone()
final int
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.flags()
int
hashCode()
final QByteArray
name()
static void
registerScheme
(QWebEngineUrlScheme scheme) static QWebEngineUrlScheme
schemeByName
(QByteArray name) final void
set
(QWebEngineUrlScheme that) Deprecated.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
Deprecated.Useassign(io.qt.webengine.core.QWebEngineUrlScheme)
instead. -
assign
-
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-
assign(io.qt.webengine.core.QWebEngineUrlScheme)
instead.