kicad/include/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
..
examples Added COROUTINE and DELEGATE class examples. 2013-08-02 16:50:29 +02:00
action_manager.h 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.h 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
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 Added functions for handling hotkeys, interface for adding TOOL_ACTIONs to CONTEXT_MENU. 2013-09-26 14:09:18 +02:00
tool_base.h Added some const modifiers. 2013-09-26 11:22:59 +02:00
tool_dispatcher.h Fixed cvpcb build. 2013-09-24 16:12:02 +02:00
tool_event.h FIxed TOOL_EVENT::Modifier() (now it returns value for current modifier, not only if there is one active or not). 2013-09-23 10:02:01 +02:00
tool_interactive.h 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_manager.h Added some const modifiers. 2013-09-26 11:22:59 +02:00