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