#include <qfileinfogatherer_p.h>
Definition at line 70 of file qfileinfogatherer_p.h.
◆ Type
◆ QExtendedInformation() [1/2]
QExtendedInformation::QExtendedInformation |
( |
| ) |
|
|
inline |
◆ QExtendedInformation() [2/2]
QExtendedInformation::QExtendedInformation |
( |
const QFileInfo & |
info | ) |
|
|
inline |
◆ fileInfo()
QFileInfo QExtendedInformation::fileInfo |
( |
| ) |
const |
|
inline |
◆ isCaseSensitive()
bool QExtendedInformation::isCaseSensitive |
( |
| ) |
const |
|
inline |
Definition at line 88 of file qfileinfogatherer_p.h.
QString absoluteFilePath() const
Returns an absolute path including the file name.
bool caseSensitive() const
Returns true for Windows, false for Unix.
The QFSFileEngine class implements Qt's default file engine.
◆ isDir()
bool QExtendedInformation::isDir |
( |
| ) |
|
|
inline |
◆ isFile()
bool QExtendedInformation::isFile |
( |
| ) |
|
|
inline |
◆ isHidden()
bool QExtendedInformation::isHidden |
( |
| ) |
const |
|
inline |
Definition at line 121 of file qfileinfogatherer_p.h.
bool isHidden() const
Returns true if this is a `hidden' file; otherwise returns false.
◆ isSymLink()
bool QExtendedInformation::isSymLink |
( |
bool |
ignoreNtfsSymLinks = false | ) |
const |
|
inline |
Definition at line 111 of file qfileinfogatherer_p.h.
Referenced by QFileInfoGatherer::getInfo().
113 if (ignoreNtfsSymLinks) {
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
int compare(const QString &s) const
QString suffix() const
Returns the suffix of the file.
bool isSymLink() const
Returns true if this object points to a symbolic link (or to a shortcut on Windows); otherwise return...
◆ isSystem()
bool QExtendedInformation::isSystem |
( |
| ) |
|
|
inline |
◆ lastModified()
QDateTime QExtendedInformation::lastModified |
( |
| ) |
const |
|
inline |
Definition at line 129 of file qfileinfogatherer_p.h.
QDateTime lastModified() const
Returns the date and time when the file was last modified.
◆ operator==()
◆ permissions()
QFile::Permissions QExtendedInformation::permissions |
( |
| ) |
const |
|
inline |
Definition at line 94 of file qfileinfogatherer_p.h.
Referenced by operator==().
QFile::Permissions permissions() const
Returns the complete OR-ed together combination of QFile::Permissions for the file.
◆ size()
qint64 QExtendedInformation::size |
( |
| ) |
const |
|
inline |
Definition at line 133 of file qfileinfogatherer_p.h.
Referenced by QFileInfoGatherer::getInfo().
bool exists() const
Returns true if the file exists; otherwise returns false.
qint64 size() const
Returns the file size in bytes.
bool isSymLink() const
Returns true if this object points to a symbolic link (or to a shortcut on Windows); otherwise return...
◆ type()
Type QExtendedInformation::type |
( |
| ) |
const |
|
inline |
Definition at line 98 of file qfileinfogatherer_p.h.
Referenced by isDir(), isFile(), isSystem(), and size().
bool exists() const
Returns true if the file exists; otherwise returns false.
bool isDir() const
Returns true if this object points to a directory or to a symbolic link to a directory; otherwise ret...
bool isFile() const
Returns true if this object points to a file or to a symbolic link to a file.
bool isSymLink() const
Returns true if this object points to a symbolic link (or to a shortcut on Windows); otherwise return...
◆ displayType
QString QExtendedInformation::displayType |
◆ icon
QIcon QExtendedInformation::icon |
◆ mFileInfo
The documentation for this class was generated from the following file: