21#ifndef __ANTARES_TOOLBOX_MAP_TOOLS_TOOL_H__
22#define __ANTARES_TOOLBOX_MAP_TOOLS_TOOL_H__
25#include "../drawingcontext.h"
39 lifeSpanMouseSelection,
134 void icon(
const char* filename);
142 return lifeSpanMouseSelection;
170 const bool mouseDown,
171 const wxPoint& position,
172 const wxPoint& absolute)
const;
214using List = std::vector<Tool*>;
Drawing Context.
Definition drawingcontext.h:43
A convenient container for nodes on the graph.
Definition manager.h:46