QFileInfo(const QDir &dir, const std::filesystem::path &file) | |
QFileInfo(const std::filesystem::path &file) | |
QFileInfo(const QFileInfo &fileinfo) | |
QFileInfo(const QDir &dir, const QString &file) | |
QFileInfo(const QFileDevice &file) | |
QFileInfo(const QString &file) | |
QFileInfo() | |
QFileInfo & | operator=(QFileInfo &&other) |
QFileInfo & | operator=(const QFileInfo &fileinfo) |
~QFileInfo() | |
QDir | absoluteDir() const |
QString | absoluteFilePath() const |
QString | absolutePath() const |
QString | baseName() const |
QDateTime | birthTime() const |
QString | bundleName() const |
bool | caching() const |
QString | canonicalFilePath() const |
QString | canonicalPath() const |
QString | completeBaseName() const |
QString | completeSuffix() const |
QDir | dir() const |
bool | exists() const |
QString | fileName() const |
QString | filePath() const |
QDateTime | fileTime(QFile::FileTime time) const |
std::filesystem::path | filesystemAbsoluteFilePath() const |
std::filesystem::path | filesystemAbsolutePath() const |
std::filesystem::path | filesystemCanonicalFilePath() const |
std::filesystem::path | filesystemCanonicalPath() const |
std::filesystem::path | filesystemFilePath() const |
std::filesystem::path | filesystemJunctionTarget() const |
std::filesystem::path | filesystemPath() const |
std::filesystem::path | filesystemSymLinkTarget() const |
QString | group() const |
uint | groupId() const |
bool | isAbsolute() const |
bool | isAlias() const |
bool | isBundle() const |
bool | isDir() const |
bool | isExecutable() const |
bool | isFile() const |
bool | isHidden() const |
bool | isJunction() const |
bool | isNativePath() const |
bool | isReadable() const |
bool | isRelative() const |
bool | isRoot() const |
bool | isShortcut() const |
bool | isSymLink() const |
bool | isSymbolicLink() const |
bool | isWritable() const |
QString | junctionTarget() const |
QDateTime | lastModified() const |
QDateTime | lastRead() const |
bool | makeAbsolute() |
QDateTime | metadataChangeTime() const |
QString | owner() const |
uint | ownerId() const |
QString | path() const |
bool | permission(QFile::Permissions permissions) const |
QFile::Permissions | permissions() const |
void | refresh() |
void | setCaching(bool enable) |
void | setFile(const QString &file) |
void | setFile(const QFileDevice &file) |
void | setFile(const QDir &dir, const QString &file) |
void | setFile(const std::filesystem::path &file) |
qint64 | size() const |
void | stat() |
QString | suffix() const |
void | swap(QFileInfo &other) |
QString | symLinkTarget() const |
bool | operator!=(const QFileInfo &fileinfo) const |
bool | operator==(const QFileInfo &fileinfo) const |