|
OGRE
1.9.0
|
Interface definition for a unit of content within a page. More...
#include <OgrePageContent.h>

Public Member Functions | |
| PageContent (PageContentFactory *creator) | |
| virtual | ~PageContent () |
| virtual void | _notifyAttached (PageContentCollection *parent) |
| Internal method to notify a page that it is attached. | |
| virtual void | frameEnd (Real timeElapsed) |
| Called when the frame ends. | |
| virtual void | frameStart (Real timeSinceLastFrame) |
| Called when the frame starts. | |
| PageManager * | getManager () const |
| SceneManager * | getSceneManager () const |
| virtual const String & | getType () const |
| Get the type of the content, which will match it's factory. | |
| virtual void | load ()=0 |
| Load - will be called in main thread. | |
| virtual void | notifyCamera (Camera *cam) |
| Notify a section of the current camera. | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| virtual bool | prepare (StreamSerialiser &ser)=0 |
| Prepare data - may be called in the background. | |
| virtual void | save (StreamSerialiser &stream)=0 |
| Save the content to a stream. | |
| virtual void | unload ()=0 |
| Unload - will be called in main thread. | |
| virtual void | unprepare ()=0 |
| Unprepare data - may be called in the background. | |
Protected Attributes | |
| PageContentFactory * | mCreator |
| PageContentCollection * | mParent |
Interface definition for a unit of content within a page.
Definition at line 49 of file OgrePageContent.h.
| Ogre::PageContent::PageContent | ( | PageContentFactory * | creator | ) |
|
virtual |
|
virtual |
Internal method to notify a page that it is attached.
|
virtual |
Called when the frame ends.
Definition at line 71 of file OgrePageContent.h.
|
virtual |
Called when the frame starts.
Definition at line 69 of file OgrePageContent.h.
| PageManager * Ogre::PageContent::getManager | ( | ) | const |
| SceneManager * Ogre::PageContent::getSceneManager | ( | ) | const |
|
virtual |
Get the type of the content, which will match it's factory.
|
pure virtual |
Load - will be called in main thread.
|
virtual |
Notify a section of the current camera.
Definition at line 73 of file OgrePageContent.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
pure virtual |
Prepare data - may be called in the background.
|
pure virtual |
Save the content to a stream.
|
pure virtual |
Unload - will be called in main thread.
|
pure virtual |
Unprepare data - may be called in the background.
|
protected |
Definition at line 52 of file OgrePageContent.h.
|
protected |
Definition at line 53 of file OgrePageContent.h.
1.13.2