Uses of Interface
io.qt.qml.QQmlAbstractUrlInterceptor
Packages that use QQmlAbstractUrlInterceptor
-
Uses of QQmlAbstractUrlInterceptor in io.qt.qml
Classes in io.qt.qml that implement QQmlAbstractUrlInterceptorModifier and TypeClassDescriptionstatic class
Implementor class for interfaceQQmlAbstractUrlInterceptor
Methods in io.qt.qml that return QQmlAbstractUrlInterceptorMethods in io.qt.qml that return types with arguments of type QQmlAbstractUrlInterceptorModifier and TypeMethodDescriptionfinal QList<QQmlAbstractUrlInterceptor>
QQmlEngine.urlInterceptors()
Methods in io.qt.qml with parameters of type QQmlAbstractUrlInterceptorModifier and TypeMethodDescriptionfinal void
QQmlEngine.addUrlInterceptor
(QQmlAbstractUrlInterceptor urlInterceptor) final void
QQmlEngine.removeUrlInterceptor
(QQmlAbstractUrlInterceptor urlInterceptor) final void
QQmlEngine.setUrlInterceptor
(QQmlAbstractUrlInterceptor urlInterceptor) Deprecated.