Home
last modified time | relevance | path

Searched refs:m_actionMgr (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dtool_manager.cpp211 m_actionMgr = new ACTION_MANAGER( this ); in TOOL_MANAGER()
226 delete m_actionMgr; in ~TOOL_MANAGER()
282 TOOL_ACTION* action = m_actionMgr->FindAction( aActionName ); in RunAction()
377 return m_actionMgr->GetActions(); in GetActions()
383 return m_actionMgr->GetHotKey( aAction ); in GetHotKey()
595 m_actionMgr->UpdateHotKeys( true ); in InitTools()
797 return m_actionMgr->RunHotKey( aEvent.Modifier() | aEvent.KeyCode() ); in DispatchHotKey()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dtool_manager.h199 ACTION_MANAGER* GetActionManager() const { return m_actionMgr; } in GetActionManager()
554 ACTION_MANAGER* m_actionMgr; variable