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

 QDirEntryInfo ()=default
 QDirEntryInfo (QFileInfo &&info)
 QDirEntryInfo (QFileSystemEntry &&e, QFileSystemMetaData &&md)
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
class QFileSystemIterator
class QFSFileEngineIterator

Detailed Description

Definition at line 25 of file qdirentryinfo_p.h.

Constructor & Destructor Documentation

◆ QDirEntryInfo() [1/3]

QDirEntryInfo::QDirEntryInfo ( )
default

◆ QDirEntryInfo() [2/3]

QDirEntryInfo::QDirEntryInfo ( QFileInfo && info)
inlineexplicit

Definition at line 36 of file qdirentryinfo_p.h.

References QDirEntryInfo().

Referenced by QDirEntryInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QDirEntryInfo() [3/3]

QDirEntryInfo::QDirEntryInfo ( QFileSystemEntry && e,
QFileSystemMetaData && md )
inlineexplicit

Definition at line 40 of file qdirentryinfo_p.h.

References QDirEntryInfo().

Referenced by QDirEntryInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ absoluteFilePath()

QString QDirEntryInfo::absoluteFilePath ( )
inline

Definition at line 76 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ absolutePath()

QString QDirEntryInfo::absolutePath ( )
inline

Definition at line 81 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ baseName()

QString QDirEntryInfo::baseName ( )
inline

Definition at line 57 of file qdirentryinfo_p.h.

◆ bundleName()

QString QDirEntryInfo::bundleName ( )
inline

Definition at line 68 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ canonicalFilePath()

QString QDirEntryInfo::canonicalFilePath ( )
inline

Definition at line 70 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ completeBaseName()

QString QDirEntryInfo::completeBaseName ( ) const
inline

Definition at line 59 of file qdirentryinfo_p.h.

◆ completeSuffix()

QString QDirEntryInfo::completeSuffix ( ) const
inline

Definition at line 63 of file qdirentryinfo_p.h.

◆ exists()

bool QDirEntryInfo::exists ( )
inline

Definition at line 115 of file qdirentryinfo_p.h.

◆ fileInfo()

const QFileInfo & QDirEntryInfo::fileInfo ( )
inline

Definition at line 46 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 55 of file qdirentryinfo_p.h.

◆ filePath()

QString QDirEntryInfo::filePath ( )
inline

Definition at line 65 of file qdirentryinfo_p.h.

◆ fileTime()

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

Definition at line 152 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ isDir()

bool QDirEntryInfo::isDir ( )
inline

Definition at line 87 of file qdirentryinfo_p.h.

◆ isExecutable()

bool QDirEntryInfo::isExecutable ( )
inline

Definition at line 143 of file qdirentryinfo_p.h.

◆ isFile()

bool QDirEntryInfo::isFile ( )
inline

Definition at line 94 of file qdirentryinfo_p.h.

◆ isHidden()

bool QDirEntryInfo::isHidden ( )
inline

Definition at line 122 of file qdirentryinfo_p.h.

◆ isReadable()

bool QDirEntryInfo::isReadable ( )
inline

Definition at line 129 of file qdirentryinfo_p.h.

◆ isSymbolicLink()

bool QDirEntryInfo::isSymbolicLink ( )
inline

Definition at line 108 of file qdirentryinfo_p.h.

◆ isSymLink()

bool QDirEntryInfo::isSymLink ( )
inline

Definition at line 101 of file qdirentryinfo_p.h.

◆ isWritable()

bool QDirEntryInfo::isWritable ( )
inline

Definition at line 136 of file qdirentryinfo_p.h.

◆ size()

qint64 QDirEntryInfo::size ( )
inline

Definition at line 150 of file qdirentryinfo_p.h.

References fileInfo().

Here is the call graph for this function:

◆ suffix()

QString QDirEntryInfo::suffix ( ) const
inline

Definition at line 61 of file qdirentryinfo_p.h.

◆ QDirListing

friend class QDirListing
friend

Definition at line 159 of file qdirentryinfo_p.h.

◆ QDirListingPrivate

friend class QDirListingPrivate
friend

Definition at line 158 of file qdirentryinfo_p.h.

◆ QFileSystemIterator

friend class QFileSystemIterator
friend

Definition at line 160 of file qdirentryinfo_p.h.

◆ QFSFileEngineIterator

friend class QFSFileEngineIterator
friend

Definition at line 161 of file qdirentryinfo_p.h.


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