File reader for PK3/7 format. More...
#include <modreader.h>
Inheritance diagram for PkReader:Public Member Functions | |
| PkReader (const QString &path) | |
| QStringList | getAllMaps () override |
| Get a list of the maps that this PK3/7 contains. More... | |
Public Member Functions inherited from CompressedReader | |
| CompressedReader (const QString &path) | |
| Construct a new reader to manage the compressed file. More... | |
| bool | isIwad () override |
| returns whether or not this is a IWAD. It will always be false. More... | |
| bool | load () override |
| loads the compressed file set in the constructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ModReader | |
| static QSharedPointer< ModReader > | create (const QString &path) |
Protected Member Functions inherited from CompressedReader | |
| QStringList | getAllMapsRootDir () |
Protected Attributes inherited from CompressedReader | |
| 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.