23 changed files with 36 additions and 134 deletions
-
9common/tool/actions.cpp
-
20cvpcb/display_footprints_frame.cpp
-
5cvpcb/tools/cvpcb_actions.h
-
4cvpcb/tools/cvpcb_control.cpp
-
18cvpcb/tools/cvpcb_selection_tool.cpp
-
2eeschema/sch_edit_frame.cpp
-
1eeschema/tools/ee_actions.h
-
4eeschema/tools/ee_selection_tool.cpp
-
2gerbview/menubar.cpp
-
4gerbview/toolbars_gerber.cpp
-
1gerbview/tools/gerbview_actions.cpp
-
7gerbview/tools/gerbview_actions.h
-
12gerbview/tools/gerbview_control.cpp
-
7gerbview/tools/gerbview_selection_tool.cpp
-
4include/tool/actions.h
-
1pagelayout_editor/CMakeLists.txt
-
43pagelayout_editor/tools/pl_actions.cpp
-
3pagelayout_editor/tools/pl_actions.h
-
4pagelayout_editor/tools/pl_selection_tool.cpp
-
6pcbnew/toolbars_footprint_editor.cpp
-
4pcbnew/toolbars_pcb_editor.cpp
-
7pcbnew/tools/edit_tool.cpp
-
2qa/qa_utils/pcb_test_frame.cpp
@ -1,43 +0,0 @@ |
|||||
/*
|
|
||||
* This program source code file is part of KiCad, a free EDA CAD application. |
|
||||
* |
|
||||
* Copyright (C) 2019 KiCad Developers, see AUTHORS.txt for contributors. |
|
||||
* |
|
||||
* This program is free software; you can redistribute it and/or |
|
||||
* modify it under the terms of the GNU General Public License |
|
||||
* as published by the Free Software Foundation; either version 2 |
|
||||
* of the License, or (at your option) any later version. |
|
||||
* |
|
||||
* This program is distributed in the hope that it will be useful, |
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
* GNU General Public License for more details. |
|
||||
* |
|
||||
* You should have received a copy of the GNU General Public License |
|
||||
* along with this program; if not, you may find one here: |
|
||||
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
||||
* or you may search the http://www.gnu.org website for the version 2 license,
|
|
||||
* or you may write to the Free Software Foundation, Inc., |
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
|
||||
*/ |
|
||||
|
|
||||
#include <common.h>
|
|
||||
#include <id.h>
|
|
||||
#include <bitmaps.h>
|
|
||||
#include <hotkeys_basic.h>
|
|
||||
#include "pl_actions.h"
|
|
||||
|
|
||||
|
|
||||
OPT<TOOL_EVENT> PL_ACTIONS::TranslateLegacyId( int aId ) |
|
||||
{ |
|
||||
switch( aId ) |
|
||||
{ |
|
||||
case ID_MOUSE_CLICK: |
|
||||
return ACTIONS::cursorClick.MakeEvent(); |
|
||||
|
|
||||
case ID_MOUSE_DOUBLECLICK: |
|
||||
return ACTIONS::cursorDblClick.MakeEvent(); |
|
||||
} |
|
||||
|
|
||||
return OPT<TOOL_EVENT>(); |
|
||||
} |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue