Class QArchive::MemoryExtractorOutput
This class is emitted as the output of QArchive::MemoryExtractor class in the finished signal. This class has only one method which gives a vector of QArchive::MemoryFile
Header: | #include < QArchive/QArchive > |
qmake: | include(QArchive/QArchive.pri) |
Class Name | MemoryExtractorOutput |
Namespace | QArchive |
Inherits: | QObject |
The class belongs to the QArchive namespace, so make sure to include it.
Note: All functions in this class is reentrant.
Public Functions
MemoryExtractorOutput(QObject *parent = nullptr) |
Slots
QVector<QArchive::MemoryFile>& const | getFiles() |
Member Functions Documentation
MemoryExtractorOutput(QObject *parent = nullptr)
Default constructor of MemoryExtractorOutput. It's highly recommended that you never construct this class yourself.
QArchive::MemoryFile>& getFiles() const
QVector<Returns a QVector of QArchive::MemoryFile.