#include <sttool.h>


Public Member Functions | |
| a2dCopyMultiTool (a2dStToolContr *controller) | |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_CopyMulti |
| 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 | |
| void | AdjustShift (double *x, double *y) |
| This is overriden by copy tools to have a minimum distance between original and copy. | |
| virtual wxString | GetCommandGroupName () |
| return the command group name for commands of a derived class | |
Protected Attributes | |
| double | m_mindist |
Definition at line 1897 of file sttool.h.
| virtual wxString a2dCopyMultiTool::GetCommandGroupName | ( | ) | [inline, protected, virtual] |
return the command group name for commands of a derived class
this defaults to the class name
Reimplemented from a2dDragMultiTool.