#include "wx/wx.h"
#include "wx/canvas/canmod.h"
#include "wx/editor/sttool.h"
#include "wx/editor/edit.h"


Go to the source code of this file.
Classes | |
| class | a2dGraphicsMasterTool |
| Master tool for objects+wires graphics. More... | |
| class | a2dSimpleEditPolygonTool |
| Simple (handle-less) wire editing tool intended as sub-tool for master tools. More... | |
| class | a2dToolProperty |
| property to hold a a2dBaseTool pointer type variable to be associated with a a2dBaseTool More... | |
| class | a2dSubDrawMasterTool |
| Master tool for sub drawing child objects in a2dCanvasObject. More... | |
| class | a2dMasterDrawBase |
| common stuff for several master tools More... | |
| class | a2dMasterDrawSelectFirst |
| Master tool for objects graphics slecting and dragging nd zooming. More... | |
| class | a2dMasterDrawZoomFirst |
| Master tool for objects graphics slecting and dragging nd zooming. More... | |
Often it is easier to use a tool which only task is to push other tools onto the tool stack. That way a tool can be designed for one task, while the mastertool does define when which tools becomes active.
Licence: wxWidgets Licence
RCS-ID:
Definition in file mastertool.h.