|  | 
|  | 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, const char *, int, const char *) | 
|  | 
| void | operator delete (void *ptr, void *) | 
|  | 
| void | operator delete[] (void *ptr) | 
|  | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
|  | 
| 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, void *ptr) | 
|  | placement operator new 
 | 
|  | 
| 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 
 | 
|  | 
| 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. 
 | 
|  | 
Interface definition for a unit of content within a page.