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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QWebEngineUrlScheme::Flagstatic final classQFlags type for enumQWebEngineUrlScheme.Flagstatic enumJava wrapper for Qt enum QWebEngineUrlScheme::SyntaxNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final intbooleanUsed 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()inthashCode()final QByteArrayname()static voidregisterScheme(QWebEngineUrlScheme scheme) static QWebEngineUrlSchemeschemeByName(QByteArray name) final voidset(QWebEngineUrlScheme that) final voidsetDefaultPort(int newValue) final voidsetFlags(QWebEngineUrlScheme.Flag... newValue) Overloaded function forsetFlags(io.qt.webengine.core.QWebEngineUrlScheme.Flags).final voidsetFlags(QWebEngineUrlScheme.Flags newValue) final voidsetName(QByteArray newValue) final voidsetSyntax(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:io.qt.QtObjectUsed 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
-