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

CircleTool::Factory Class Reference

Inheritance diagram for CircleTool::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Constructor & Destructor Documentation

CircleTool::Factory::Factory   [inline]
 

00052 : Object::Factory("CircleTool") {}


Member Function Documentation

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

Create an object.

Implements Object::Factory.

00053 { return new CircleTool(); }


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