![]() |
Qt 6.x
The Qt SDK
|
#include "qplatformdefs.h"#include "QtCore/private/qabstractfileengine_p.h"#include <QtCore/private/qfilesystementry_p.h>#include <QtCore/private/qfilesystemmetadata_p.h>#include <qhash.h>#include <optional>
Include dependency graph for qfsfileengine_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ProcessOpenModeResult |
| class | QFSFileEngine |
| \inmodule QtCore More... | |
| class | QFSFileEnginePrivate |
| struct | QFSFileEnginePrivate::StartAndLength |
Functions | |
| Q_CORE_EXPORT ProcessOpenModeResult | processOpenModeFlags (QIODevice::OpenMode mode) |
| Q_CORE_EXPORT ProcessOpenModeResult processOpenModeFlags | ( | QIODevice::OpenMode | openMode | ) |
Definition at line 136 of file qfsfileengine.cpp.
References QIODeviceBase::Append, QIODeviceBase::ExistingOnly, QIODeviceBase::NewOnly, qWarning, QIODeviceBase::ReadOnly, QIODeviceBase::Truncate, and QIODeviceBase::WriteOnly.
Referenced by QFSFileEngine::open(), QFSFileEngine::open(), and QFSFileEngine::open().
Here is the caller graph for this function: