kicad/include/tool
Maciej Suminski 2ee890d74b Minor changes. 2014-07-09 11:59:24 +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 Setting proper tool for submenus of CONTEXT_MENU class. 2014-05-31 16:04:10 +02:00
coroutine.h Minor changes. 2014-07-09 11:59:24 +02:00
delegate.h Mainly case changes. 2013-10-14 20:40:36 +02:00
tool_action.h TOOL_ACTIONs are automagically registered by TOOL_MANAGER upon its construction. 2014-07-09 11:22:42 +02:00
tool_base.h Removed an unused parameter from TOOL_BASE::getModel<T>() method. 2014-06-06 14:59:25 +02:00
tool_dispatcher.h Alternative approach to handling events and commands by TOOL_DISPATCHER. 2014-07-09 11:22:42 +02: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 Added an alternative way to reach tools in the Tool Framework. 2014-07-09 11:59:24 +02:00