FIFE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FIFE::IAtlasLoader Class Referenceabstract

#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...
 

Detailed Description

Definition at line 39 of file iatlasloader.h.

Constructor & Destructor Documentation

virtual FIFE::IAtlasLoader::~IAtlasLoader ( )
inlinevirtual

Definition at line 41 of file iatlasloader.h.

Member Function Documentation

virtual bool FIFE::IAtlasLoader::isLoadable ( const std::string &  filename)
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:

virtual AtlasPtr FIFE::IAtlasLoader::load ( const std::string &  filename)
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:


The documentation for this class was generated from the following file: