21 #ifndef __ANTARES_TOOLBOX_MAP_TOOLS_TOOL_H__
22 #define __ANTARES_TOOLBOX_MAP_TOOLS_TOOL_H__
25 #include "../drawingcontext.h"
27 namespace Antares::Map::Tool
35 lifeSpanMouseSelection,
127 const wxBitmap*
icon()
const
140 void icon(
const char* filename);
149 return lifeSpanMouseSelection;
178 const bool mouseDown,
179 const wxPoint& position,
180 const wxPoint& absolute)
const;
222 using List = std::vector<Tool*>;
Drawing Context.
Definition: drawingcontext.h:41
A convenient container for nodes on the graph.
Definition: manager.h:44