|
FIFE
|
#include <iatlasloader.h>
Inheritance diagram for FIFE::IAtlasLoader:
Collaboration diagram for FIFE::IAtlasLoader:Public Member Functions | |
| virtual | ~IAtlasLoader () |
| virtual bool | isLoadable (const std::string &filename)=0 |
| determines whether the resource is in the correct format for this loader More... | |
| virtual AtlasPtr | load (const std::string &filename)=0 |
| responsible for loading the atlas returns a shared pointer to an image resource More... | |
Definition at line 39 of file iatlasloader.h.
|
inlinevirtual |
Definition at line 41 of file iatlasloader.h.
|
pure virtual |
determines whether the resource is in the correct format for this loader
Implemented in FIFE::AtlasLoader.
Referenced by FIFE::MapLoader::loadImportFile().
Here is the caller graph for this function:
|
pure virtual |
responsible for loading the atlas returns a shared pointer to an image resource
Implemented in FIFE::AtlasLoader.
Referenced by FIFE::MapLoader::loadImportFile().
Here is the caller graph for this function: