File reader for PK3/7 format. More...
#include <modreader.h>
Public Member Functions | |
PkReader (const QString &path) | |
QStringList | getAllMaps () override |
Get a list of the maps that this PK3/7 contains. | |
![]() | |
CompressedReader (const QString &path) | |
Construct a new reader to manage the compressed file. | |
bool | isIwad () override |
returns whether or not this is a IWAD. It will always be false. | |
bool | load () override |
loads the compressed file set in the constructor. | |
Additional Inherited Members | |
![]() | |
static QSharedPointer< ModReader > | create (const QString &path) |
![]() | |
QStringList | getAllMapsRootDir () |
![]() | |
DPtr< CompressedReader > | d |
File reader for PK3/7 format.
Definition at line 144 of file modreader.h.
|
overridevirtual |
Get a list of the maps that this PK3/7 contains.
Reimplemented from CompressedReader.
Definition at line 251 of file modreader.cpp.