|
OGRE
1.9.0
|
#include <OgreResource.h>

Public Member Functions | |
| Listener () | |
| virtual | ~Listener () |
| virtual OGRE_DEPRECATED void | backgroundLoadingComplete (Resource *) |
| Callback to indicate that background loading has completed. | |
| virtual OGRE_DEPRECATED void | backgroundPreparingComplete (Resource *) |
| Callback to indicate that background preparing has completed. | |
| virtual void | loadingComplete (Resource *) |
| Called whenever the resource finishes loading. | |
| virtual void | preparingComplete (Resource *) |
| Called whenever the resource finishes preparing (paging into memory). | |
| virtual void | unloadingComplete (Resource *) |
| Called whenever the resource has been unloaded. | |
Definition at line 83 of file OgreResource.h.
| Ogre::Resource::Listener::Listener | ( | ) |
Definition at line 86 of file OgreResource.h.
|
virtual |
Definition at line 87 of file OgreResource.h.
|
virtual |
Callback to indicate that background loading has completed.
Reimplemented in Ogre::Entity.
Definition at line 93 of file OgreResource.h.
References Ogre::Resource::Resource(), and OGRE_DEPRECATED.
|
virtual |
Callback to indicate that background preparing has completed.
Definition at line 99 of file OgreResource.h.
References Ogre::Resource::Resource(), and OGRE_DEPRECATED.
|
virtual |
Called whenever the resource finishes loading.
Reimplemented in Ogre::GpuProgramUsage.
Definition at line 109 of file OgreResource.h.
References Ogre::Resource::Resource().
|
virtual |
Called whenever the resource finishes preparing (paging into memory).
Definition at line 120 of file OgreResource.h.
References Ogre::Resource::Resource().
|
virtual |
Called whenever the resource has been unloaded.
Reimplemented in Ogre::GpuProgramUsage.
Definition at line 123 of file OgreResource.h.
References Ogre::Resource::Resource().
1.13.2