kicad/include/tool
Maciej Suminski 2c03bf4109 Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter).
Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed.
Selection & move tool can be invoked by a hot key.
2013-09-19 17:02:57 +02:00
..
examples Added COROUTINE and DELEGATE class examples. 2013-08-02 16:50:29 +02:00
context_menu.h Fixed hanging up of menu loop when user never moves mouse cursor into popup menu area. 2013-09-09 17:12:03 +02:00
coroutine.h Fixed the 64 bit build. 2013-08-26 14:08:32 +02:00
delegate.h Reformatting. 2013-08-08 19:41:20 +02:00
tool_action.h Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). 2013-09-19 17:02:57 +02:00
tool_base.h Reformatting. 2013-08-19 09:47:36 +02:00
tool_dispatcher.h Reenabled snapping for tools. 2013-09-16 16:46:02 +02:00
tool_event.h Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). 2013-09-19 17:02:57 +02:00
tool_interactive.h Added some comments and changed names of classes to match the coding rules. 2013-09-02 14:21:12 +02:00
tool_manager.h Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). 2013-09-19 17:02:57 +02:00