- All Superinterfaces:
io.qt.QtObjectInterface
- All Known Implementing Classes:
QQmlAbstractUrlInterceptor.Impl
public interface QQmlAbstractUrlInterceptor
extends io.qt.QtObjectInterface
Allows you to control QML file loading
Java wrapper for Qt class QQmlAbstractUrlInterceptor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumJava wrapper for Qt enum QQmlAbstractUrlInterceptor::DataTypestatic classImplementor class for interfaceQQmlAbstractUrlInterceptor -
Method Summary
Modifier and TypeMethodDescriptionio.qt.core.QUrlintercept(io.qt.core.QUrl path, QQmlAbstractUrlInterceptor.DataType type) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
intercept
@QtUninvokable io.qt.core.QUrl intercept(io.qt.core.QUrl path, QQmlAbstractUrlInterceptor.DataType type)
-