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

SelectTool::Factory Class Reference

Inheritance diagram for SelectTool::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Constructor & Destructor Documentation

SelectTool::Factory::Factory   [inline]
 

00031 : Object::Factory("SelectTool") {}


Member Function Documentation

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

Create an object.

Implements Object::Factory.

00032 { return new SelectTool(); }


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