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

(df6b74f4617bf0ba14420ed15fcc5866cccfb7d0)

#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)
 

Function Documentation

◆ processOpenModeFlags()

Q_CORE_EXPORT ProcessOpenModeResult processOpenModeFlags ( QIODevice::OpenMode openMode)

Definition at line 135 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: