#include <sttool.h>


Public Member Functions | |
| a2dPropertyTool (a2dStToolContr *controller) | |
| bool | StartEditing (double x, double y) |
| bool | StartEditing (int x, int y) |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_Property |
| 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 | |
Protected Attributes | |
| a2dPropertyId * | m_id |
| id of property to set | |
| bool | m_withUndo |
| undoable or not | |
Definition at line 2001 of file sttool.h.
| bool a2dPropertyTool::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.