Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qabstractfileengine_p.h File Reference

(be2df3c6e099485f5bd805d8a1e775996684c9d2)

#include <QtCore/private/qglobal_p.h>
#include "QtCore/qfile.h"
#include "QtCore/qdir.h"
#include "QtCore/qdirlisting.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 143 of file qabstractfileengine.cpp.