![]() |
OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
Definition of the interface for a collection of PageContent instances. More...
#include <OgrePageContentCollection.h>
Inheritance diagram for Ogre::PageContentCollection:Public Member Functions | |
| PageContentCollection (PageContentCollectionFactory *creator) | |
| virtual | ~PageContentCollection () |
| virtual void | _notifyAttached (Page *parent) |
| Internal method to notify a collection that it is attached. More... | |
| virtual void | frameEnd (Real timeElapsed)=0 |
| Called when the frame ends. More... | |
| virtual void | frameStart (Real timeSinceLastFrame)=0 |
| Called when the frame starts. More... | |
| PageManager * | getManager () const |
| Page * | getParentPage () const |
| SceneManager * | getSceneManager () const |
| virtual const String & | getType () const |
| Get the type of the collection, which will match it's factory. More... | |
| virtual void | load ()=0 |
| Load - will be called in main thread. More... | |
| virtual void | notifyCamera (Camera *cam)=0 |
| Notify a section of the current camera. More... | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More... | |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new More... | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More... | |
| void * | operator new[] (size_t sz) |
| virtual bool | prepare (StreamSerialiser &ser)=0 |
| Prepare data - may be called in the background. More... | |
| virtual void | save (StreamSerialiser &stream)=0 |
| Save the collection to a stream. More... | |
| virtual void | unload ()=0 |
| Unload - will be called in main thread. More... | |
| virtual void | unprepare ()=0 |
| Unprepare data - may be called in the background. More... | |
Static Public Attributes | |
| static const uint32 | CHUNK_ID |
| static const uint16 | CHUNK_VERSION |
Definition of the interface for a collection of PageContent instances.
| Ogre::PageContentCollection::PageContentCollection | ( | PageContentCollectionFactory * | creator | ) |
|
virtual |
|
virtual |
Internal method to notify a collection that it is attached.
|
pure virtual |
Called when the frame ends.
Implemented in Ogre::SimplePageContentCollection.
|
pure virtual |
Called when the frame starts.
Implemented in Ogre::SimplePageContentCollection.
| PageManager* Ogre::PageContentCollection::getManager | ( | ) | const |
|
inline |
| SceneManager* Ogre::PageContentCollection::getSceneManager | ( | ) | const |
|
virtual |
Get the type of the collection, which will match it's factory.
|
pure virtual |
Load - will be called in main thread.
Implemented in Ogre::SimplePageContentCollection.
|
pure virtual |
Notify a section of the current camera.
Implemented in Ogre::SimplePageContentCollection.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
|
pure virtual |
Prepare data - may be called in the background.
Implemented in Ogre::SimplePageContentCollection.
|
pure virtual |
Save the collection to a stream.
Implemented in Ogre::SimplePageContentCollection.
|
pure virtual |
Unload - will be called in main thread.
Implemented in Ogre::SimplePageContentCollection.
|
pure virtual |
Unprepare data - may be called in the background.
Implemented in Ogre::SimplePageContentCollection.
|
static |
|
static |