#include <resource/animation.h>
Inheritance diagram for neo::resource::AnimationManager:


Protected Member Functions | |
| AnimationManager () | |
| virtual | ~AnimationManager () |
| virtual animation::AnimationPtr | clone (animation::AnimationPtr p_res) |
| virtual animation::AnimationPtr | toType (core::Resource *p_resource) |
| virtual core::Resource * | fromType (animation::AnimationPtr p_resource) |
| neo::resource::AnimationManager::AnimationManager | ( | ) | [protected] |
Protected, singleton objects are not allocated directly
| virtual neo::resource::AnimationManager::~AnimationManager | ( | ) | [protected, virtual] |
Protected, singleton objects are not deallocated directly
| virtual animation::AnimationPtr neo::resource::AnimationManager::clone | ( | animation::AnimationPtr | p_res | ) | [protected, virtual] |
Clone new loaded resource
| p_res | Resource |
Implements neo::resource::Manager< animation::AnimationPtr >.
| virtual animation::AnimationPtr neo::resource::AnimationManager::toType | ( | core::Resource * | p_resource | ) | [protected, virtual] |
Type check and convert resource
| p_resource | Resource |
Implements neo::resource::Manager< animation::AnimationPtr >.
| virtual core::Resource* neo::resource::AnimationManager::fromType | ( | animation::AnimationPtr | p_resource | ) | [protected, virtual] |
Type check and convert resource
| p_resource | Resource of current type |
Implements neo::resource::Manager< animation::AnimationPtr >.
1.5.1