ArchiveEntry Class

(QInstaller::ArchiveEntry)

The ArchiveEntry struct represents an entry in an archive file, which can be for example a file or a directory. More...

Header: #include <ArchiveEntry>

Public Functions

ArchiveEntry()
ArchiveEntry(const QInstaller::ArchiveEntry &)

Public Variables

QPoint archiveIndex
quint64 compressedSize
bool isDirectory
bool isSymbolicLink
QString path
QFile::Permissions permissions_enum
mode_t permissions_mode
quint64 uncompressedSize
QDateTime utcTime

Detailed Description

The ArchiveEntry struct represents an entry in an archive file, which can be for example a file or a directory.

Member Function Documentation

ArchiveEntry::ArchiveEntry()

Default constructs an instance of ArchiveEntry.

ArchiveEntry::ArchiveEntry(const QInstaller::ArchiveEntry &)

Default constructs an instance of ArchiveEntry.