kicad/include/tool
Maciej Suminski def53707d5 TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs. 2014-05-14 16:29:53 +02:00
..
examples Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
action_manager.h Hot keys specific to a tool have priority over global hot keys (TOOL_ACTION scope: AS_GLOBAL/AS_CONTEXT is finally handled properly). 2014-04-09 17:05:05 +02:00
context_menu.h Fixed custom event handlers for CONTEXT_MENU. 2014-05-13 11:22:51 +02:00
coroutine.h Mainly case changes. 2013-10-14 20:40:36 +02:00
delegate.h Mainly case changes. 2013-10-14 20:40:36 +02:00
tool_action.h TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs. 2014-05-14 16:29:53 +02:00
tool_base.h Moved Init() & Reset() from TOOL_INTERACTIVE to TOOL_BASE. 2013-12-09 10:42:38 +01:00
tool_dispatcher.h PCB_EDIT_FRAME::SetHighContrastLayer() went public. 2014-03-24 17:20:23 +01:00
tool_event.h Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout). 2014-04-09 17:33:22 +02:00
tool_interactive.h Added TOOL_INTERACTIVE::Activate(). 2014-02-06 14:45:33 +01:00
tool_manager.h TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs. 2014-05-14 16:29:53 +02:00