![]() |
Qt 6.x
The Qt SDK
|
#include <qdir_p.h>
Collaboration diagram for QDirPrivate::FileCache:Public Attributes | |
| QMutex | mutex |
| QStringList | files |
| QFileInfoList | fileInfos |
| std::atomic< bool > | fileListsInitialized = false |
| QFileSystemEntry | absoluteDirEntry |
| QFileSystemMetaData | metaData |
| QFileSystemEntry QDirPrivate::FileCache::absoluteDirEntry |
Definition at line 75 of file qdir_p.h.
Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::resolveAbsoluteEntry(), and QDirPrivate::setPath().
| QFileInfoList QDirPrivate::FileCache::fileInfos |
Definition at line 73 of file qdir_p.h.
Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::clearCache(), and QDirPrivate::initFileLists().
| std::atomic<bool> QDirPrivate::FileCache::fileListsInitialized = false |
Definition at line 74 of file qdir_p.h.
Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::clearCache(), and QDirPrivate::initFileLists().
| QStringList QDirPrivate::FileCache::files |
Definition at line 72 of file qdir_p.h.
Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::clearCache(), and QDirPrivate::initFileLists().
| QFileSystemMetaData QDirPrivate::FileCache::metaData |
Definition at line 76 of file qdir_p.h.
Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::clearCache(), and QDirPrivate::exists().
| QMutex QDirPrivate::FileCache::mutex |
Definition at line 71 of file qdir_p.h.
Referenced by QDirPrivate::clearCache(), QDirPrivate::exists(), QDirPrivate::initFileLists(), and QDirPrivate::resolveAbsoluteEntry().