OGRE  1.12.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

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

Member Function Documentation

virtual const String& Ogre::PageContentCollectionFactory::getName ( ) const
pure virtual
virtual PageContentCollection* Ogre::PageContentCollectionFactory::createInstance ( )
pure virtual
virtual void Ogre::PageContentCollectionFactory::destroyInstance ( PageContentCollection )
pure virtual

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