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.cpp File Reference

(2341dc9ad1842e5e835b08e64aa73fe04c072653)

#include "private/qabstractfileengine_p.h"
#include "private/qfsfileengine_p.h"
#include "qdatetime.h"
#include "qreadwritelock.h"
#include "qvariant.h"
#include "qdirlisting.h"
#include "qstringbuilder.h"
#include <QtCore/private/qfilesystementry_p.h>
#include <QtCore/private/qfilesystemmetadata_p.h>
#include <QtCore/private/qfilesystemengine_p.h>
+ Include dependency graph for qabstractfileengine.cpp:

Go to the source code of this file.

Classes

class  QAbstractFileEngineHandlerList
 

Functions

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

Variables

static Q_CONSTINIT QBasicAtomicInt qt_file_engine_handlers_in_use = Q_BASIC_ATOMIC_INITIALIZER(false)
 
static Q_CONSTINIT bool qt_abstractfileenginehandlerlist_shutDown = false
 

Function Documentation

◆ appendSlashIfNeeded()

static QString appendSlashIfNeeded ( const QString & path)
static

Definition at line 24 of file qabstractfileengine.cpp.

◆ 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:

Variable Documentation

◆ qt_abstractfileenginehandlerlist_shutDown

Q_CONSTINIT bool qt_abstractfileenginehandlerlist_shutDown = false
static

◆ qt_file_engine_handlers_in_use