#include <sttool.h>


Public Member Functions | |
| a2dSelectTool (a2dStToolContr *controller) | |
| bool | ZoomSave () |
| Is Zooming while the tool is busy Save. | |
| void | SetShiftIsAdd () |
Static Public Attributes | |
| static const a2dCommandId | COMID_PushTool_Select |
| push this tool on the tools stack | |
Protected Member Functions | |
| void | DeselectAll () |
| virtual void | GenerateAnotation () |
| to display a string along with a tool drawing. | |
| void | OnChar (wxKeyEvent &event) |
| called on key events | |
| void | OnMouseEvent (wxMouseEvent &event) |
| called on mouse events | |
| virtual bool | CreateToolObjects () |
| Create the editcopy and other tool objects (e.g. decorations). | |
| wxString | GetCommandGroupName () |
| return the command group name for commands of a derived class | |
Protected Attributes | |
| bool | m_shift_is_add |
| false: shift key will unselect, true: shift will add to selection | |
Either with just one click or draging a rectangle to select many.
Shift Down to Un select.
Definition at line 793 of file sttool.h.
| bool a2dSelectTool::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.
| bool a2dSelectTool::CreateToolObjects | ( | ) | [protected, virtual] |
Create the editcopy and other tool objects (e.g. decorations).
m_original must be set before this function is called
Reimplemented from a2dStTool.
Definition at line 2214 of file sttool.cpp.
| wxString a2dSelectTool::GetCommandGroupName | ( | ) | [inline, protected, virtual] |
return the command group name for commands of a derived class
this defaults to the class name
Reimplemented from a2dBaseTool.