Specialisation of PageContentCollection which just provides a simple list of PageContent instances.  
 More...
#include <OgreSimplePageContentCollection.h>
Specialisation of PageContentCollection which just provides a simple list of PageContent instances. 
- The data format for this in a file is:
 SimplePageContentCollectionData (Identifier 'SPCD')
 [Version 1]
| Name | Type | Description |  
| Nested contents | Nested chunk list | A sequence of nested PageContent chunks |  
 
◆ ContentList
◆ SimplePageContentCollection()
◆ ~SimplePageContentCollection()
      
        
          | Ogre::SimplePageContentCollection::~SimplePageContentCollection | ( |  | ) |  | 
      
 
 
◆ createContent()
  
  | 
        
          | virtual PageContent* Ogre::SimplePageContentCollection::createContent | ( | const String & | typeName | ) |  |  | virtual | 
 
Create a new PageContent within this collection. 
- Parameters
- 
  
  
 
 
◆ destroyContent()
  
  | 
        
          | virtual void Ogre::SimplePageContentCollection::destroyContent | ( | PageContent * | coll | ) |  |  | virtual | 
 
 
◆ getContentList()
  
  | 
        
          | virtual const ContentList& Ogre::SimplePageContentCollection::getContentList | ( |  | ) | const |  | inlinevirtual | 
 
Get const access to the list of content. 
 
 
◆ save()
  
  | 
        
          | virtual void Ogre::SimplePageContentCollection::save | ( | StreamSerialiser & | stream | ) |  |  | virtual | 
 
 
◆ frameStart()
  
  | 
        
          | virtual void Ogre::SimplePageContentCollection::frameStart | ( | Real | timeSinceLastFrame | ) |  |  | virtual | 
 
 
◆ frameEnd()
  
  | 
        
          | virtual void Ogre::SimplePageContentCollection::frameEnd | ( | Real | timeElapsed | ) |  |  | virtual | 
 
 
◆ notifyCamera()
  
  | 
        
          | virtual void Ogre::SimplePageContentCollection::notifyCamera | ( | Camera * | cam | ) |  |  | virtual | 
 
 
◆ prepare()
◆ load()
  
  | 
        
          | void Ogre::SimplePageContentCollection::load | ( |  | ) |  |  | virtual | 
 
 
◆ unload()
  
  | 
        
          | void Ogre::SimplePageContentCollection::unload | ( |  | ) |  |  | virtual | 
 
 
◆ unprepare()
  
  | 
        
          | void Ogre::SimplePageContentCollection::unprepare | ( |  | ) |  |  | virtual | 
 
 
◆ getManager()
  
  | 
        
          | PageManager* Ogre::PageContentCollection::getManager | ( |  | ) | const |  | inherited | 
 
 
◆ getParentPage()
  
  | 
        
          | Page* Ogre::PageContentCollection::getParentPage | ( |  | ) | const |  | inlineinherited | 
 
 
◆ getSceneManager()
  
  | 
        
          | SceneManager* Ogre::PageContentCollection::getSceneManager | ( |  | ) | const |  | inherited | 
 
 
◆ getType()
  
  | 
        
          | virtual const String& Ogre::PageContentCollection::getType | ( |  | ) | const |  | virtualinherited | 
 
Get the type of the collection, which will match it's factory. 
 
 
◆ _notifyAttached()
  
  | 
        
          | virtual void Ogre::PageContentCollection::_notifyAttached | ( | Page * | parent | ) |  |  | virtualinherited | 
 
Internal method to notify a collection that it is attached. 
 
 
◆ SUBCLASS_CHUNK_ID
  
  | 
        
          | const uint32 Ogre::SimplePageContentCollection::SUBCLASS_CHUNK_ID |  | static | 
 
 
◆ SUBCLASS_CHUNK_VERSION
  
  | 
        
          | const uint16 Ogre::SimplePageContentCollection::SUBCLASS_CHUNK_VERSION |  | static | 
 
 
◆ CHUNK_ID
  
  | 
        
          | const uint32 Ogre::PageContentCollection::CHUNK_ID |  | staticinherited | 
 
 
◆ CHUNK_VERSION
  
  | 
        
          | const uint16 Ogre::PageContentCollection::CHUNK_VERSION |  | staticinherited | 
 
 
The documentation for this class was generated from the following file: