#include <zoomcur.h>


Public Member Functions | |
| a2dCurveZoomTool (a2dStToolContr *controller) | |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
Public Attributes | |
|
a2dSmrtPtr < a2dCanvasXYDisplayGroupAreas > | m_curves |
Static Public Attributes | |
|
static const a2dPropertyIdCanvasObject | PROPID_curves |
Protected Member Functions | |
| virtual void | GenerateAnotation () |
| to display a string along with a tool drawing. | |
| void | OnChar (wxKeyEvent &event) |
| character handling | |
| void | OnMouseEvent (wxMouseEvent &event) |
| called on mouse events | |
| virtual wxString | GetCommandGroupName () |
| return the command group name for commands of a derived class | |
Use mouse to drag a rectangle to zoom into curves.
Right Click for zoom popup.
Double Left Click for zoom to full bbox of all curves.
Definition at line 36 of file zoomcur.h.
| bool a2dCurveZoomTool::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 a2dCurveZoomTool::GetCommandGroupName | ( | ) | [inline, protected, virtual] |
return the command group name for commands of a derived class
this defaults to the class name
Reimplemented from a2dBaseTool.