KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema_id.h
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2008 Wayne Stambaugh <[email protected]>
5 * Copyright (C) 2008-2023 KiCad Developers, see change_log.txt for contributors.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, you may find one here:
19 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
20 * or you may search the http://www.gnu.org website for the version 2 license,
21 * or you may write to the Free Software Foundation, Inc.,
22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
23 */
24
25#ifndef __EESCHEMA_ID_H__
26#define __EESCHEMA_ID_H__
27
28#include <id.h>
29
30
36#define MAX_UNIT_COUNT_PER_PACKAGE 676
37
38#define MAX_ALT_PIN_FUNCTION_ITEMS 1024
39
44#define MAX_BUS_UNFOLD_MENU_ITEMS 1024
45
46
56{
58
59 /* Library editor horizontal toolbar IDs. */
61
62 /* Library viewer horizontal toolbar IDs */
70
71 ID_END_EESCHEMA_ID_LIST, // End of IDs specific to Eeschema
72
73 // These ID are used in context menus,
74 // and must not clash with any other menu ID inside Kicad
75 // So used ID inside the reserved popup ID
76 //
77 // Dynamically bound in AddMenusForBus():
80
81 // Unit select context menus command IDs.
84 // ... leave room for MAX_UNIT_COUNT_PER_PACKAGE IDs ,
85 // to select one unit among MAX_UNIT_COUNT_PER_PACKAGE in popup menu
87
95
98};
99
100
101#endif /* __EESCHEMA_ID_H__ */
#define MAX_UNIT_COUNT_PER_PACKAGE
The maximum number of units per package.
Definition: eeschema_id.h:36
#define MAX_BUS_UNFOLD_MENU_ITEMS
While it would seem that an unfold-from-bus menu with over 100 items would be hard to deal with,...
Definition: eeschema_id.h:44
#define MAX_ALT_PIN_FUNCTION_ITEMS
Definition: eeschema_id.h:38
id_eeschema_frm
Command IDs for the schematic editor.
Definition: eeschema_id.h:56
@ ID_LIBVIEW_SELECT_UNIT_NUMBER
Definition: eeschema_id.h:65
@ ID_LIBVIEW_SYM_LIST
Definition: eeschema_id.h:69
@ ID_POPUP_SCH_PIN_TRICKS_START
Definition: eeschema_id.h:88
@ ID_POPUP_SCH_PIN_TRICKS_HIER_LABEL
Definition: eeschema_id.h:92
@ ID_LIBEDIT_SELECT_UNIT_NUMBER
Definition: eeschema_id.h:60
@ ID_POPUP_SCH_PIN_TRICKS_WIRE
Definition: eeschema_id.h:90
@ ID_LIBVIEW_NEXT
Definition: eeschema_id.h:63
@ ID_POPUP_SCH_ALT_PIN_FUNCTION
Definition: eeschema_id.h:96
@ ID_POPUP_SCH_UNFOLD_BUS_END
Definition: eeschema_id.h:79
@ ID_POPUP_SCH_SELECT_UNIT1
Definition: eeschema_id.h:83
@ ID_POPUP_SCH_SELECT_UNIT
Definition: eeschema_id.h:82
@ ID_IMPORT_NON_KICAD_SCH
Definition: eeschema_id.h:57
@ ID_LIBVIEW_LIB_FILTER
Definition: eeschema_id.h:66
@ ID_POPUP_SCH_PIN_TRICKS_NET_LABEL
Definition: eeschema_id.h:91
@ ID_END_EESCHEMA_ID_LIST
Definition: eeschema_id.h:71
@ ID_LIBVIEW_LIB_LIST
Definition: eeschema_id.h:67
@ ID_POPUP_SCH_PIN_TRICKS_NO_CONNECT
Definition: eeschema_id.h:89
@ ID_POPUP_SCH_UNFOLD_BUS
Definition: eeschema_id.h:78
@ ID_POPUP_SCH_SELECT_UNIT_END
Definition: eeschema_id.h:86
@ ID_POPUP_SCH_ALT_PIN_FUNCTION_END
Definition: eeschema_id.h:97
@ ID_LIBVIEW_SYM_FILTER
Definition: eeschema_id.h:68
@ ID_LIBVIEW_PREVIOUS
Definition: eeschema_id.h:64
@ ID_POPUP_SCH_PIN_TRICKS_GLOBAL_LABEL
Definition: eeschema_id.h:93
@ ID_POPUP_SCH_PIN_TRICKS_END
Definition: eeschema_id.h:94
@ ID_POPUP_MENU_START
Definition: id.h:189
@ ID_END_LIST
Definition: id.h:194