![]() |
Qt 6.x
The Qt SDK
|
#include <qfileinfogatherer_p.h>
Collaboration diagram for QExtendedInformation:Public Types | |
| enum | Type { Dir , File , System } |
Public Member Functions | |
| QExtendedInformation () | |
| QExtendedInformation (const QFileInfo &info) | |
| bool | isDir () |
| bool | isFile () |
| bool | isSystem () |
| bool | operator== (const QExtendedInformation &fileInfo) const |
| bool | isCaseSensitive () const |
| QFile::Permissions | permissions () const |
| Type | type () const |
| bool | isSymLink (bool ignoreNtfsSymLinks=false) const |
| bool | isHidden () const |
| QFileInfo | fileInfo () const |
| QDateTime | lastModified (const QTimeZone &tz) const |
| qint64 | size () const |
Public Attributes | |
| QString | displayType |
| QIcon | icon |
Definition at line 39 of file qfileinfogatherer_p.h.
| Enumerator | |
|---|---|
| Dir | |
| File | |
| System | |
Definition at line 41 of file qfileinfogatherer_p.h.
|
inline |
Definition at line 43 of file qfileinfogatherer_p.h.
|
inline |
Definition at line 44 of file qfileinfogatherer_p.h.
|
inline |
Definition at line 94 of file qfileinfogatherer_p.h.
Referenced by operator==(), and QFileSystemModelPrivate::QFileSystemNode::populate().
Here is the caller graph for this function:
|
inline |
Definition at line 58 of file qfileinfogatherer_p.h.
References QFileSystemEngine::isCaseSensitive().
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
Definition at line 90 of file qfileinfogatherer_p.h.
References QFileInfo::isHidden().
Here is the call graph for this function:
|
inline |
Definition at line 80 of file qfileinfogatherer_p.h.
References Qt::CaseInsensitive, QString::compare(), QFileInfo::isSymLink(), and QFileInfo::suffix().
Here is the call graph for this function:
|
inline |
Definition at line 48 of file qfileinfogatherer_p.h.
References System, and type().
Here is the call graph for this function:Definition at line 98 of file qfileinfogatherer_p.h.
References QFileInfo::lastModified().
Referenced by operator==().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 50 of file qfileinfogatherer_p.h.
References displayType, fileInfo(), QFileInfo::lastModified(), lastModified(), QFileInfo::permissions(), permissions(), and QTimeZone::UTC.
Here is the call graph for this function:
|
inline |
Definition at line 63 of file qfileinfogatherer_p.h.
References QFileInfo::permissions().
Referenced by operator==().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 102 of file qfileinfogatherer_p.h.
References Dir, QFileInfo::exists(), File, QFileInfo::isSymLink(), QFileInfo::size(), size(), and type().
Referenced by size().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 67 of file qfileinfogatherer_p.h.
References Dir, QFileInfo::exists(), File, QFileInfo::isDir(), QFileInfo::isFile(), QFileInfo::isSymLink(), and System.
Referenced by isDir(), isFile(), isSystem(), and size().
Here is the call graph for this function:
Here is the caller graph for this function:| QString QExtendedInformation::displayType |
Definition at line 113 of file qfileinfogatherer_p.h.
Referenced by operator==().
| QIcon QExtendedInformation::icon |
Definition at line 114 of file qfileinfogatherer_p.h.