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

Rectangle::Factory Class Reference

Factory to create rectangles. More...

Inheritance diagram for Rectangle::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Detailed Description

Factory to create rectangles.


Constructor & Destructor Documentation

Rectangle::Factory::Factory   [inline]
 

00054 : Object::Factory("Rectangle") {}


Member Function Documentation

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

Create an object.

Implements Object::Factory.

00055 { return new Rectangle(); }


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