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