#include <resource.h>

Public Member Functions | |
| virtual const ResourceLocation & | getResourceLocation ()=0 |
| virtual void | setResourceLocation (const ResourceLocation &location)=0 |
| virtual int | getPoolId ()=0 |
IResource is the internal representation of a loaded file. One resource is always associated with one file (resource location).
Definition at line 63 of file resource.h.
| virtual int FIFE::IResource::getPoolId | ( | ) | [pure virtual] |
returns -1 if not pooled, otherwise its a valid id
Implemented in FIFE::ResourceClass.
| virtual const ResourceLocation& FIFE::IResource::getResourceLocation | ( | ) | [pure virtual] |
Get the location/file of this resource.
Implemented in FIFE::ResourceClass.
| virtual void FIFE::IResource::setResourceLocation | ( | const ResourceLocation & | location | ) | [pure virtual] |
Change the location/file of this resource.
Implemented in FIFE::ResourceClass.
1.7.1