Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MoveTool::Factory Class Reference

Inheritance diagram for MoveTool::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Constructor & Destructor Documentation

MoveTool::Factory::Factory   [inline]
 

00030 : Object::Factory("MoveTool") {}


Member Function Documentation

virtual Object* MoveTool::Factory::create   [inline, virtual]
 

Create an object.

Implements Object::Factory.

00031 { return new MoveTool(); }


The documentation for this class was generated from the following file:
Generated on Fri Nov 8 10:52:30 2002 for Draw by doxygen1.2.17