kicad/include/tool
Maciej Suminski 61066fa608 Added functions for handling hotkeys, interface for adding TOOL_ACTIONs to CONTEXT_MENU.
Less objects are allocated dynamically.
CONTEXT_MENU is being run using its copy (it saves a hassle of following the lifetime of object).
2013-09-26 14:09:18 +02:00
..
examples Added COROUTINE and DELEGATE class examples. 2013-08-02 16:50:29 +02:00
action_manager.h Added missing files 2013-09-20 18:21:01 +02:00
context_menu.h Added functions for handling hotkeys, interface for adding TOOL_ACTIONs to CONTEXT_MENU. 2013-09-26 14:09:18 +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 some comments and changed names of classes to match the coding rules. 2013-09-02 14:21:12 +02:00
tool_manager.h Added some const modifiers. 2013-09-26 11:22:59 +02:00