Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 24 of file qdirentryinfo_p.h.

Member Function Documentation

◆ absoluteFilePath()

QString QDirEntryInfo::absoluteFilePath ( )
inline

Definition at line 64 of file qdirentryinfo_p.h.

References QFileInfo::absoluteFilePath(), and fileInfo().

+ Here is the call graph for this function:

◆ absolutePath()

QString QDirEntryInfo::absolutePath ( )
inline

Definition at line 69 of file qdirentryinfo_p.h.

References QFileInfo::absolutePath(), and fileInfo().

+ Here is the call graph for this function:

◆ baseName()

QString QDirEntryInfo::baseName ( )
inline

Definition at line 45 of file qdirentryinfo_p.h.

◆ bundleName()

QString QDirEntryInfo::bundleName ( )
inline

Definition at line 56 of file qdirentryinfo_p.h.

References QFileInfo::bundleName(), and fileInfo().

+ Here is the call graph for this function:

◆ canonicalFilePath()

QString QDirEntryInfo::canonicalFilePath ( )
inline

Definition at line 58 of file qdirentryinfo_p.h.

References QFileInfo::canonicalFilePath(), and fileInfo().

+ Here is the call graph for this function:

◆ completeBaseName()

QString QDirEntryInfo::completeBaseName ( ) const
inline

Definition at line 47 of file qdirentryinfo_p.h.

◆ completeSuffix()

QString QDirEntryInfo::completeSuffix ( ) const
inline

Definition at line 51 of file qdirentryinfo_p.h.

◆ exists()

bool QDirEntryInfo::exists ( )
inline

Definition at line 103 of file qdirentryinfo_p.h.

References QFileSystemMetaData::exists(), and QFileSystemMetaData::ExistsAttribute.

+ Here is the call graph for this function:

◆ fileInfo()

const QFileInfo & QDirEntryInfo::fileInfo ( )
inline

Definition at line 34 of file qdirentryinfo_p.h.

References QFileSystemMetaData::clear().

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

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

◆ fileName()

QString QDirEntryInfo::fileName ( )
inline

Definition at line 43 of file qdirentryinfo_p.h.

◆ filePath()

QString QDirEntryInfo::filePath ( )
inline

Definition at line 53 of file qdirentryinfo_p.h.

◆ fileTime()

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

Definition at line 140 of file qdirentryinfo_p.h.

References fileInfo(), and QFileInfo::fileTime().

+ Here is the call graph for this function:

◆ isDir()

bool QDirEntryInfo::isDir ( )
inline

Definition at line 75 of file qdirentryinfo_p.h.

References QFileSystemMetaData::DirectoryType, and QFileSystemMetaData::isDirectory().

+ Here is the call graph for this function:

◆ isExecutable()

bool QDirEntryInfo::isExecutable ( )
inline

Definition at line 131 of file qdirentryinfo_p.h.

References QFileSystemMetaData::isExecutable(), and QFileSystemMetaData::UserExecutePermission.

+ Here is the call graph for this function:

◆ isFile()

bool QDirEntryInfo::isFile ( )
inline

Definition at line 82 of file qdirentryinfo_p.h.

References QFileSystemMetaData::FileType, and QFileSystemMetaData::isFile().

+ Here is the call graph for this function:

◆ isHidden()

bool QDirEntryInfo::isHidden ( )
inline

Definition at line 110 of file qdirentryinfo_p.h.

References QFileSystemMetaData::HiddenAttribute, and QFileSystemMetaData::isHidden().

+ Here is the call graph for this function:

◆ isReadable()

bool QDirEntryInfo::isReadable ( )
inline

Definition at line 117 of file qdirentryinfo_p.h.

References QFileSystemMetaData::isReadable(), and QFileSystemMetaData::UserReadPermission.

+ Here is the call graph for this function:

◆ isSymbolicLink()

bool QDirEntryInfo::isSymbolicLink ( )
inline

Definition at line 96 of file qdirentryinfo_p.h.

References QFileSystemMetaData::isLink(), and QFileSystemMetaData::LinkType.

+ Here is the call graph for this function:

◆ isSymLink()

bool QDirEntryInfo::isSymLink ( )
inline

Definition at line 89 of file qdirentryinfo_p.h.

References QFileSystemMetaData::isLegacyLink(), and QFileSystemMetaData::LegacyLinkType.

+ Here is the call graph for this function:

◆ isWritable()

bool QDirEntryInfo::isWritable ( )
inline

Definition at line 124 of file qdirentryinfo_p.h.

References QFileSystemMetaData::isWritable(), and QFileSystemMetaData::UserWritePermission.

+ Here is the call graph for this function:

◆ size()

qint64 QDirEntryInfo::size ( )
inline

Definition at line 138 of file qdirentryinfo_p.h.

References fileInfo(), and QFileInfo::size().

+ Here is the call graph for this function:

◆ suffix()

QString QDirEntryInfo::suffix ( ) const
inline

Definition at line 49 of file qdirentryinfo_p.h.

Friends And Related Symbol Documentation

◆ QDirListing

friend class QDirListing
friend

Definition at line 147 of file qdirentryinfo_p.h.

◆ QDirListingPrivate

friend class QDirListingPrivate
friend

Definition at line 146 of file qdirentryinfo_p.h.


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