#include <sttoolext.h>


Public Member Functions | |
| a2dRenderImageZoomTool (a2dStToolContr *controller) | |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_RenderImageZoom |
| 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 | |
| int | m_zoom_x1 |
| mouse position used for zooming | |
| int | m_zoom_y1 |
| mouse position used for zooming | |
| int | m_zoom_x2 |
| mouse position used for zooming | |
| int | m_zoom_y2 |
| mouse position used for zooming | |
| a2dRenderImage * | m_renderimage |
draging a rectangle to zoom into area.
Right Click for zoom popup.
Double Left Click for zoom out.
Definition at line 36 of file sttoolext.h.
| bool a2dRenderImageZoomTool::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.
Definition at line 47 of file sttoolext.h.