kicad/common/tool
Maciej Suminski 87b3f2e499 Added Init() to TOOL_INTERACTIVE, allowing to set up things that are needed to be initialized only once.
TOOL_ACTIONs can be run from CONTEXT_MENU after adding them.
Move tool actions are available to be run from CONTEXT_MENU displayed after right mouse button click on selected items.
Added some asserts to check the code.
2013-09-26 18:38:58 +02:00
..
action_manager.cpp Added Init() to TOOL_INTERACTIVE, allowing to set up things that are needed to be initialized only once. 2013-09-26 18:38:58 +02:00
context_menu.cpp Added Init() to TOOL_INTERACTIVE, allowing to set up things that are needed to be initialized only once. 2013-09-26 18:38:58 +02:00
tool_base.cpp Added some const modifiers. 2013-09-26 11:22:59 +02:00
tool_dispatcher.cpp Fixed cvpcb build. 2013-09-24 16:12:02 +02:00
tool_event.cpp 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.cpp Added some comments and changed names of classes to match the coding rules. 2013-09-02 14:21:12 +02:00
tool_manager.cpp Added Init() to TOOL_INTERACTIVE, allowing to set up things that are needed to be initialized only once. 2013-09-26 18:38:58 +02:00