#include <sttool.h>


Public Member Functions | |
| a2dDrawRectangleTool (a2dStToolContr *controller) | |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
| void | SetRadius (double radius) |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_DrawRectangle |
| push this tool on the tools stack | |
Protected Member Functions | |
| virtual void | GenerateAnotation () |
| to display a string along with a tool drawing. | |
| void | OnMouseEvent (wxMouseEvent &event) |
| called on mouse events | |
| virtual wxString | GetCommandGroupName () |
| return the command group name for commands of a derived class | |
Protected Attributes | |
| double | m_radius |
Cursor keys to shift object.
Or Spacebar to end rectangle.
Definition at line 700 of file sttool.h.
| bool a2dDrawRectangleTool::ZoomSave | ( | ) | [inline, virtual] |
Is Zooming while the tool is busy Save.
If so, the active tool will redraw itself in the new Mapping state
Implements a2dBaseTool.
| virtual wxString a2dDrawRectangleTool::GetCommandGroupName | ( | ) | [inline, protected, virtual] |
return the command group name for commands of a derived class
this defaults to the class name
Reimplemented from a2dBaseTool.