Main Page   Class Hierarchy   Compound List   File List   Compound Members  

BaseTool Class Reference

all interactive drawing using tools are derived from this base class. More...

#include <tool.h>

Inheritance diagram for BaseTool:

BoxTool CircleTool CopyTool DeleteTool EditCircleTool EditImageTool EditLineTool EditPolyLineTool EditPolyTool EditPropertyTool EditRectangleTool EditReferenceTool EditTool InsertReferenceTool InsertStructureTool MoveTool PolyLineTool PolyTool RotateTool TextTool List of all members.

Detailed Description

all interactive drawing using tools are derived from this base class.

All mouse and key events on the canvas/client window are redirected to this class, via the ToolControl class. The tool derived from this base class, defines what needs to be done with the events.

See also:
ToolControl , DrawDriver , WindowsDriver , BoxTool , SelectTool , DeSelectTool , ZoomTool , RecTangleTool , PolyTool , CircleTool , DeleteTool , TextTool , MoveTool , CopyTool , RotateTool , PolyLineTool , EditTool , EditCircleTool , EditPolyTool , EditPolyLineTool , EditRectangleTool , EditPropertyTool


The documentation for this class was generated from the following file: BaseTool class Reference -- Thu Nov 28 21:24:56 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . -- Main Page