#include <sttool.h>


Public Member Functions | |
| a2dDeleteTool (a2dStToolContr *controller, a2dCanvasObjectFlagsMask whichobjects=a2dCanvasOFlags::ALL) | |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
| void | SetWhichObjectsFlagMask (a2dCanvasObjectFlagsMask whichobjects) |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_Delete |
| push this tool on the tools stack | |
Protected Member Functions | |
| void | OnChar (wxKeyEvent &event) |
| called on key events | |
| void | OnMouseEvent (wxMouseEvent &event) |
| called on mouse events | |
| virtual wxString | GetCommandGroupName () |
| return the command group name for commands of a derived class | |
Protected Attributes | |
| a2dCanvasObjectFlagsMask | m_whichobjects |
Definition at line 1217 of file sttool.h.
| bool a2dDeleteTool::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 a2dDeleteTool::GetCommandGroupName | ( | ) | [inline, protected, virtual] |
return the command group name for commands of a derived class
this defaults to the class name
Reimplemented from a2dBaseTool.