#include <OgreFactoryObj.h>
Public Methods | |
virtual | ~FactoryObj () |
virtual String | getType () const=0 |
Returns the factory type. | |
virtual T * | createObj (const String &name)=0 |
'Produces' a new object. |
Does nothing by itself, but derived classes can add functionality.
Definition at line 35 of file OgreFactoryObj.h.
|
Definition at line 38 of file OgreFactoryObj.h. |
|
'Produces' a new object.
Implemented in Ogre::ArchiveFactory, and Ogre::ZipArchiveFactory. |
|
Returns the factory type.
Implemented in Ogre::ArchiveFactory, and Ogre::ZipArchiveFactory. |
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:26:09 2004