#include <resource/font.h>
Inheritance diagram for neo::resource::FontManager:


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