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
qabstractfileengine_p.h File Reference

(2341dc9ad1842e5e835b08e64aa73fe04c072653)

#include <QtCore/private/qglobal_p.h>
#include "QtCore/qfile.h"
#include "QtCore/qdir.h"
#include <memory>
#include <optional>
+ Include dependency graph for qabstractfileengine_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QAbstractFileEngine
 \inmodule QtCore \reentrant More...
 
class  QAbstractFileEngine::ExtensionOption
 \inmodule QtCore More...
 
class  QAbstractFileEngine::ExtensionReturn
 \inmodule QtCore More...
 
class  QAbstractFileEngine::MapExtensionOption
 
class  QAbstractFileEngine::MapExtensionReturn
 
class  QAbstractFileEngine::UnMapExtensionOption
 
class  QAbstractFileEngineHandler
 \inmodule QtCore \reentrant More...
 
class  QAbstractFileEngineIterator
 The QAbstractFileEngineIterator class provides an iterator interface for custom file engines. More...
 
class  QAbstractFileEnginePrivate
 

Functions

std::unique_ptr< QAbstractFileEngineqt_custom_file_engine_handler_create (const QString &path)
 

Function Documentation

◆ qt_custom_file_engine_handler_create()

std::unique_ptr< QAbstractFileEngine > qt_custom_file_engine_handler_create ( const QString & path)

Definition at line 140 of file qabstractfileengine.cpp.

References engine, and qt_file_engine_handlers_in_use.

Referenced by _q_createLegacyEngine_recursive().

+ Here is the caller graph for this function: