#include <ZResource.h>
Inheritance diagram for ZResReader::
Public Methods | |
virtual | ~ZResReader () |
virtual distructor. More... | |
virtual bool | exists (const QString &ID) const=0 |
return bool indicating whether or not a resource exists. More... | |
virtual bool | get (const QString &ID, unsigned char **ppOutData, int *pOutLength) const=0 |
get data for a resource. More... | |
virtual QString | getFirstID () |
get the first resource ID in this resource reader. More... | |
virtual QString | getNextID () |
get the next resource ID in this resource reader. More... |
A resource reader is used to get icons and other resources. Most of the methods of this class are not implemented.
|
virtual distructor. Derived classes should reimplement if they have cleanup to do. |
|
return bool indicating whether or not a resource exists.
Reimplemented in ZResFileReader, and ZSkin. |
|
get data for a resource.
Reimplemented in ZResFileReader, and ZSkin. |
|
get the first resource ID in this resource reader.
Reimplemented in ZResFileReader. |
|
get the next resource ID in this resource reader.
Reimplemented in ZResFileReader. |