QFileInfo 成员函数完整列表
这是 QFileInfo 的成员函数的完整列表,包括继承的函数。
| 返回类型 | 函数名 |
|---|---|
| QFileInfo(const QFileInfo &fileinfo) | |
| QFileInfo)(const QDir &dir, const QString &file) | |
| QFileInfo)(const QFile &file) | |
| QFileInfo)(const QString &file) | |
| QFileInfo)() | |
| QFileInfo & | operator=)(QFileInfo &&other) |
| QFileInfo & | operator=)(const QFileInfo &fileinfo) |
| ~QFileInfo)() | |
| QDir | absoluteDir-const)() const |
| QString | absoluteFilePath-const)() const |
| QString | absolutePath-const)() const |
| QString | baseName-const)() const |
| QDateTime | birthTime-const)() const |
| QString | bundleName-const)() const |
| bool | caching-const)() const |
| QString | canonicalFilePath-const)() const |
| QString | canonicalPath-const)() const |
| QString | completeBaseName-const)() const |
| QString | completeSuffix-const)() const |
| QDir | dir-const)() const |
| bool | exists-const)() const |
| bool | exists)(const QString &file) |
| QString | fileName-const)() const |
| QString | filePath-const)() const |
| QDateTime | fileTime-const)(QFile::FileTime time) const |
| QString | group-const)() const |
| uint | groupId-const)() const |
| bool | isAbsolute-const)() const |
| bool | isBundle-const)() const |
| bool | isDir-const)() const |
| bool | isExecutable-const)() const |
| bool | isFile-const)() const |
| bool | isHidden-const)() const |
| bool | isJunction-const)() const |
| bool | isNativePath-const)() const |
| bool | isReadable-const)() const |
| bool | isRelative-const)() const |
| bool | isRoot-const)() const |
| bool | isShortcut-const)() const |
| bool | isSymLink-const)() const |
| bool | isSymbolicLink-const)() const |
| bool | isWritable-const)() const |
| QDateTime | lastModified-const)() const |
| QDateTime | lastRead-const)() const |
| bool | makeAbsolute)() |
| QDateTime | metadataChangeTime-const)() const |
| QString | owner-const)() const |
| uint | ownerId-const)() const |
| QString | path-const)() const |
| bool | permission-const)(QFile::Permissions permissions) const |
| QFile::Permissions | permissions-const)() const |
| void | refresh)() |
| void | setCaching)(bool enable) |
| void | setFile)(const QString &file) |
| void | setFile)(const QFile &file) |
| void | setFile)(const QDir &dir, const QString &file) |
| qint64 | size-const)() const |
| QString | suffix-const)() const |
| void | swap)(QFileInfo &other) |
| QString | symLinkTarget-const)() const |
| bool | operator!=-const)(const QFileInfo &fileinfo) const |
| bool | operator==-const)(const QFileInfo &fileinfo) const |
