Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlFileSelectorInterceptor Class Reference

#include <qqmlfileselector_p.h>

+ Inheritance diagram for QQmlFileSelectorInterceptor:
+ Collaboration diagram for QQmlFileSelectorInterceptor:

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

QQmlFileSelectorPrivated
 

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...
 

Detailed Description

Definition at line 43 of file qqmlfileselector_p.h.

Constructor & Destructor Documentation

◆ QQmlFileSelectorInterceptor()

QQmlFileSelectorInterceptor::QQmlFileSelectorInterceptor ( QQmlFileSelectorPrivate * pd)

Definition at line 185 of file qqmlfileselector.cpp.

Member Function Documentation

◆ intercept()

QUrl QQmlFileSelectorInterceptor::intercept ( const QUrl & path,
DataType type )
overrideprotectedvirtual

Implements QQmlAbstractUrlInterceptor.

Definition at line 193 of file qqmlfileselector.cpp.

References d, QQmlAbstractUrlInterceptor::QmldirFile, QFileSelector::select(), and QQmlFileSelectorPrivate::selector.

+ Here is the call graph for this function:

Member Data Documentation

◆ d

QQmlFileSelectorPrivate* QQmlFileSelectorInterceptor::d

Definition at line 47 of file qqmlfileselector_p.h.

Referenced by intercept().


The documentation for this class was generated from the following files: