Uses of Enum
io.qt.qml.QQmlAbstractUrlInterceptor.DataType
-
Uses of QQmlAbstractUrlInterceptor.DataType in io.qt.qml
Modifier and TypeMethodDescriptionQQmlAbstractUrlInterceptor.DataType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QQmlAbstractUrlInterceptor.DataType[]
QQmlAbstractUrlInterceptor.DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionabstract QUrl
QQmlAbstractUrlInterceptor.Impl.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) final QUrl
QQmlAbstractUrlInterceptor.Impl.intercept
(String path, QQmlAbstractUrlInterceptor.DataType type) Overloaded function forQQmlAbstractUrlInterceptor.intercept(io.qt.core.QUrl, io.qt.qml.QQmlAbstractUrlInterceptor.DataType)
.QQmlAbstractUrlInterceptor.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) default QUrl
QQmlAbstractUrlInterceptor.intercept
(String path, QQmlAbstractUrlInterceptor.DataType type) Overloaded function forQQmlAbstractUrlInterceptor.intercept(io.qt.core.QUrl, io.qt.qml.QQmlAbstractUrlInterceptor.DataType)
.final QUrl
QQmlEngine.interceptUrl
(QUrl url, QQmlAbstractUrlInterceptor.DataType type) final QUrl
QQmlEngine.interceptUrl
(String url, QQmlAbstractUrlInterceptor.DataType type) Overloaded function forQQmlEngine.interceptUrl(io.qt.core.QUrl, io.qt.qml.QQmlAbstractUrlInterceptor.DataType)
.