OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::PageContentCollectionFactory Class Referenceabstract

Define the interface to a factory class that will create subclasses of PageContentCollection. More...

#include <OgrePageContentCollectionFactory.h>

+ Inheritance diagram for Ogre::PageContentCollectionFactory:

Public Member Functions

 PageContentCollectionFactory ()
 
virtual ~PageContentCollectionFactory ()
 
virtual PageContentCollectioncreateInstance ()=0
 
virtual void destroyInstance (PageContentCollection *)=0
 
virtual const StringgetName () const =0
 

Detailed Description

Define the interface to a factory class that will create subclasses of PageContentCollection.

Constructor & Destructor Documentation

◆ PageContentCollectionFactory()

Ogre::PageContentCollectionFactory::PageContentCollectionFactory ( )
inline

◆ ~PageContentCollectionFactory()

virtual Ogre::PageContentCollectionFactory::~PageContentCollectionFactory ( )
inlinevirtual

Member Function Documentation

◆ getName()

virtual const String& Ogre::PageContentCollectionFactory::getName ( ) const
pure virtual

◆ createInstance()

virtual PageContentCollection* Ogre::PageContentCollectionFactory::createInstance ( )
pure virtual

◆ destroyInstance()

virtual void Ogre::PageContentCollectionFactory::destroyInstance ( PageContentCollection )
pure virtual

The documentation for this class was generated from the following file: