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()
◆ frameStart()
void Ogre::SimplePageContentCollection::frameStart |
( |
Real |
timeSinceLastFrame | ) |
|
|
overridevirtual |
◆ frameEnd()
void Ogre::SimplePageContentCollection::frameEnd |
( |
Real |
timeElapsed | ) |
|
|
overridevirtual |
◆ notifyCamera()
void Ogre::SimplePageContentCollection::notifyCamera |
( |
Camera * |
cam | ) |
|
|
overridevirtual |
◆ prepare()
◆ load()
void Ogre::SimplePageContentCollection::load |
( |
| ) |
|
|
overridevirtual |
◆ unload()
void Ogre::SimplePageContentCollection::unload |
( |
| ) |
|
|
overridevirtual |
◆ unprepare()
void Ogre::SimplePageContentCollection::unprepare |
( |
| ) |
|
|
overridevirtual |
◆ SUBCLASS_CHUNK_ID
const uint32 Ogre::SimplePageContentCollection::SUBCLASS_CHUNK_ID |
|
static |
◆ SUBCLASS_CHUNK_VERSION
const uint16 Ogre::SimplePageContentCollection::SUBCLASS_CHUNK_VERSION |
|
static |
The documentation for this class was generated from the following file: