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

Drawing::Factory Class Reference

Factory to create drawings. More...

Inheritance diagram for Drawing::Factory:

Object::Factory List of all members.

Public Methods

 Factory ()
virtual Objectcreate ()
 Create an object.


Detailed Description

Factory to create drawings.


Constructor & Destructor Documentation

Drawing::Factory::Factory   [inline]
 

00159 : Object::Factory("Drawing") {}


Member Function Documentation

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

Create an object.

Implements Object::Factory.

00160 { return new Drawing(); }


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