Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlfileselector_p.h>
Public Member Functions | |
QQmlFileSelectorInterceptor (QQmlFileSelectorPrivate *pd) | |
Public Member Functions inherited from QQmlAbstractUrlInterceptor | |
QQmlAbstractUrlInterceptor ()=default | |
Constructor for QQmlAbstractUrlInterceptor. | |
virtual | ~QQmlAbstractUrlInterceptor ()=default |
Destructor for QQmlAbstractUrlInterceptor. | |
Public Attributes | |
QQmlFileSelectorPrivate * | d |
Protected Member Functions | |
QUrl | intercept (const QUrl &path, DataType type) override |
Additional Inherited Members | |
Public Types inherited from QQmlAbstractUrlInterceptor | |
enum | DataType { QmlFile = 0 , JavaScriptFile = 1 , QmldirFile = 2 , UrlString = 0x1000 } |
Specifies where URL interception is taking place. More... | |
Definition at line 43 of file qqmlfileselector_p.h.
QQmlFileSelectorInterceptor::QQmlFileSelectorInterceptor | ( | QQmlFileSelectorPrivate * | pd | ) |
Definition at line 185 of file qqmlfileselector.cpp.
|
overrideprotectedvirtual |
Implements QQmlAbstractUrlInterceptor.
Definition at line 193 of file qqmlfileselector.cpp.
QQmlFileSelectorPrivate* QQmlFileSelectorInterceptor::d |
Definition at line 47 of file qqmlfileselector_p.h.