QFileInfo
#include <QtCore/QFileInfo>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QFileInfo
Overview
Protected Attributes Index
QSharedDataPointer< QFileInfoPrivate > | d_ptr |
Public Functions Index
QFileInfo (QFileInfoPrivate *d) | |
QFileInfo () | |
QFileInfo (const QString &file) | |
QFileInfo (const QFile &file) | |
QFileInfo (const QDir &dir, const QString &file) | |
QFileInfo (const QFileInfo &fileinfo) | |
~QFileInfo () | |
QDir | absoluteDir () const |
QString | absoluteFilePath () const |
QString | absolutePath () const |
QString | baseName () const |
QString | bundleName () const |
bool | caching () const |
QString | canonicalFilePath () const |
QString | canonicalPath () const |
QString | completeBaseName () const |
QString | completeSuffix () const |
QDateTime | created () const |
void | detach () |
QDir | dir () const |
bool | exists () const |
QString | fileName () const |
QString | filePath () const |
QString | group () const |
uint | groupId () const |
bool | isAbsolute () const |
bool | isBundle () const |
bool | isDir () const |
bool | isExecutable () const |
bool | isFile () const |
bool | isHidden () const |
bool | isReadable () const |
bool | isRelative () const |
bool | isRoot () const |
bool | isSymLink () const |
bool | isWritable () const |
QDateTime | lastModified () const |
QDateTime | lastRead () const |
bool | makeAbsolute () |
bool | operator!= (const QFileInfo &fileinfo) |
bool | operator!= (const QFileInfo &fileinfo) const |
QFileInfo & | operator= (const QFileInfo &fileinfo) |
bool | operator== (const QFileInfo &fileinfo) |
bool | operator== (const QFileInfo &fileinfo) const |
QString | owner () const |
uint | ownerId () const |
QString | path () const |
bool | permission (QFile::Permissions permissions) const |
QFile::Permissions | permissions () const |
QString | readLink () const |
void | refresh () |
void | setCaching (bool on) |
void | setFile (const QString &file) |
void | setFile (const QFile &file) |
void | setFile (const QDir &dir, const QString &file) |
qint64 | size () const |
QString | suffix () const |
QString | symLinkTarget () const |
Protected Attributes
QSharedDataPointer< QFileInfoPrivate >
Public Functions
Destructor.
bool
void
bool
uint
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
uint
bool
QFile::Permissions
void
void
void
void
void
qint64
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy