Uses of Enum
io.qt.qml.QQmlAbstractUrlInterceptor.DataType
Packages that use QQmlAbstractUrlInterceptor.DataType
-
Uses of QQmlAbstractUrlInterceptor.DataType in io.qt.qml
Methods in io.qt.qml that return QQmlAbstractUrlInterceptor.DataTypeModifier 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.Methods in io.qt.qml with parameters of type QQmlAbstractUrlInterceptor.DataTypeModifier and TypeMethodDescriptionabstract QUrlQQmlAbstractUrlInterceptor.Impl.intercept(QUrl path, QQmlAbstractUrlInterceptor.DataType type) final QUrlQQmlAbstractUrlInterceptor.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 QUrlQQmlAbstractUrlInterceptor.intercept(String path, QQmlAbstractUrlInterceptor.DataType type) Overloaded function forQQmlAbstractUrlInterceptor.intercept(io.qt.core.QUrl, io.qt.qml.QQmlAbstractUrlInterceptor.DataType).final QUrlQQmlEngine.interceptUrl(QUrl url, QQmlAbstractUrlInterceptor.DataType type) final QUrlQQmlEngine.interceptUrl(String url, QQmlAbstractUrlInterceptor.DataType type) Overloaded function forQQmlEngine.interceptUrl(io.qt.core.QUrl, io.qt.qml.QQmlAbstractUrlInterceptor.DataType).