java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlAbstractUrlInterceptor.Impl
- All Implemented Interfaces:
QQmlAbstractUrlInterceptor
,QtObjectInterface
- Enclosing interface:
- QQmlAbstractUrlInterceptor
public abstract static class QQmlAbstractUrlInterceptor.Impl extends QtObject implements QQmlAbstractUrlInterceptor
Implementor class for interface QQmlAbstractUrlInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.qml.QQmlAbstractUrlInterceptor
QQmlAbstractUrlInterceptor.DataType, QQmlAbstractUrlInterceptor.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QUrl
intercept(QUrl path, QQmlAbstractUrlInterceptor.DataType type)
-
Constructor Details
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceQQmlAbstractUrlInterceptor
-