Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDirEntryInfo Class Reference

#include <qdirentryinfo_p.h>

Collaboration diagram for QDirEntryInfo:

Public Member Functions

const QFileInfofileInfo ()
QString fileName ()
QString baseName ()
QString completeBaseName () const
QString suffix () const
QString completeSuffix () const
QString filePath ()
QString bundleName ()
QString canonicalFilePath ()
QString absoluteFilePath ()
QString absolutePath ()
bool isDir ()
bool isFile ()
bool isSymLink ()
bool isSymbolicLink ()
bool exists ()
bool isHidden ()
bool isReadable ()
bool isWritable ()
bool isExecutable ()
qint64 size ()
QDateTime fileTime (QFile::FileTime type, const QTimeZone &tz)

Friends

class QDirListingPrivate
class QDirListing

Detailed Description

Definition at line 25 of file qdirentryinfo_p.h.

Member Function Documentation

◆ absoluteFilePath()

QString QDirEntryInfo::absoluteFilePath ( )
inline

Definition at line 65 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ absolutePath()

QString QDirEntryInfo::absolutePath ( )
inline

Definition at line 70 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ baseName()

QString QDirEntryInfo::baseName ( )
inline

Definition at line 46 of file qdirentryinfo_p.h.

◆ bundleName()

QString QDirEntryInfo::bundleName ( )
inline

Definition at line 57 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ canonicalFilePath()

QString QDirEntryInfo::canonicalFilePath ( )
inline

Definition at line 59 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ completeBaseName()

QString QDirEntryInfo::completeBaseName ( ) const
inline

Definition at line 48 of file qdirentryinfo_p.h.

◆ completeSuffix()

QString QDirEntryInfo::completeSuffix ( ) const
inline

Definition at line 52 of file qdirentryinfo_p.h.

◆ exists()

bool QDirEntryInfo::exists ( )
inline

Definition at line 104 of file qdirentryinfo_p.h.

Referenced by QDirListingPrivate::matchesFilters().

Here is the caller graph for this function:

◆ fileInfo()

const QFileInfo & QDirEntryInfo::fileInfo ( )
inline

Definition at line 35 of file qdirentryinfo_p.h.

Referenced by absoluteFilePath(), absolutePath(), bundleName(), canonicalFilePath(), fileTime(), and size().

Here is the caller graph for this function:

◆ fileName()

QString QDirEntryInfo::fileName ( )
inline

Definition at line 44 of file qdirentryinfo_p.h.

◆ filePath()

QString QDirEntryInfo::filePath ( )
inline

Definition at line 54 of file qdirentryinfo_p.h.

◆ fileTime()

QDateTime QDirEntryInfo::fileTime ( QFile::FileTime type,
const QTimeZone & tz )
inline

Definition at line 141 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ isDir()

bool QDirEntryInfo::isDir ( )
inline

Definition at line 76 of file qdirentryinfo_p.h.

Referenced by QDirListingPrivate::checkAndPushDirectory().

Here is the caller graph for this function:

◆ isExecutable()

bool QDirEntryInfo::isExecutable ( )
inline

Definition at line 132 of file qdirentryinfo_p.h.

◆ isFile()

bool QDirEntryInfo::isFile ( )
inline

Definition at line 83 of file qdirentryinfo_p.h.

◆ isHidden()

bool QDirEntryInfo::isHidden ( )
inline

Definition at line 111 of file qdirentryinfo_p.h.

Referenced by QDirListingPrivate::checkAndPushDirectory().

Here is the caller graph for this function:

◆ isReadable()

bool QDirEntryInfo::isReadable ( )
inline

Definition at line 118 of file qdirentryinfo_p.h.

◆ isSymbolicLink()

bool QDirEntryInfo::isSymbolicLink ( )
inline

Definition at line 97 of file qdirentryinfo_p.h.

◆ isSymLink()

bool QDirEntryInfo::isSymLink ( )
inline

Definition at line 90 of file qdirentryinfo_p.h.

Referenced by QDirListingPrivate::matchesFilters().

Here is the caller graph for this function:

◆ isWritable()

bool QDirEntryInfo::isWritable ( )
inline

Definition at line 125 of file qdirentryinfo_p.h.

◆ size()

qint64 QDirEntryInfo::size ( )
inline

Definition at line 139 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ suffix()

QString QDirEntryInfo::suffix ( ) const
inline

Definition at line 50 of file qdirentryinfo_p.h.

◆ QDirListing

friend class QDirListing
friend

Definition at line 148 of file qdirentryinfo_p.h.

◆ QDirListingPrivate

friend class QDirListingPrivate
friend

Definition at line 147 of file qdirentryinfo_p.h.


The documentation for this class was generated from the following file: