Inheritance diagram for Drawing::Factory:
Public Methods | |
Factory () | |
virtual Object * | create () |
Create an object. |
|
00159 : Object::Factory("Drawing") {} |
|
Create an object.
Implements Object::Factory.
00160 { return new Drawing(); } |