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 The KiCad Developers, see AUTHORS.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, see <https://www.gnu.org/licenses/>.
19 */
20
21#ifndef __EESCHEMA_ID_H__
22#define __EESCHEMA_ID_H__
23
24#include <id.h>
25
26
32#define MAX_UNIT_COUNT_PER_PACKAGE 676
33
37#define MAX_BODY_STYLE_PER_PACKAGE 100
38
39#define MAX_ALT_PIN_FUNCTION_ITEMS 1024
40
45#define MAX_BUS_UNFOLD_MENU_ITEMS 1024
46
47
55
57{
58 /* Library editor horizontal toolbar IDs. */
61
62 /* Library viewer horizontal toolbar IDs */
69
70 ID_END_EESCHEMA_ID_LIST, // End of IDs specific to Eeschema
71
72 // These ID are used in context menus,
73 // and must not clash with any other menu ID inside Kicad
74 // So used ID inside the reserved popup ID
75 //
76 // Dynamically bound in AddMenusForBus():
79
80 // Unit select context menus command IDs.
83 // ... leave room for MAX_UNIT_COUNT_PER_PACKAGE IDs ,
84 // to select one unit among MAX_UNIT_COUNT_PER_PACKAGE in popup menu
86
90
94
102
105
107};
108
109
110#endif /* __EESCHEMA_ID_H__ */
#define MAX_UNIT_COUNT_PER_PACKAGE
The maximum number of units per package.
Definition eeschema_id.h:32
#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:45
#define MAX_ALT_PIN_FUNCTION_ITEMS
Definition eeschema_id.h:39
#define MAX_BODY_STYLE_PER_PACKAGE
Purely arbitrary limit.
Definition eeschema_id.h:37
id_eeschema_frm
Command IDs for the schematic editor.
Definition eeschema_id.h:57
@ ID_LIBVIEW_SELECT_UNIT_NUMBER
Definition eeschema_id.h:63
@ ID_LIBVIEW_SYM_LIST
Definition eeschema_id.h:68
@ ID_POPUP_SCH_PIN_TRICKS_START
Definition eeschema_id.h:95
@ ID_POPUP_SCH_PIN_TRICKS_HIER_LABEL
Definition eeschema_id.h:99
@ ID_LIBEDIT_SELECT_UNIT_NUMBER
Definition eeschema_id.h:59
@ ID_POPUP_SCH_PIN_TRICKS_WIRE
Definition eeschema_id.h:97
@ ID_POPUP_SCH_PLACE_UNIT_END
Definition eeschema_id.h:89
@ ID_POPUP_SCH_ALT_PIN_FUNCTION
@ ID_POPUP_SCH_UNFOLD_BUS_END
Definition eeschema_id.h:78
@ ID_TOOLBAR_SCH_SELECT_VARAIANT
@ ID_POPUP_SCH_SELECT_UNIT1
Definition eeschema_id.h:82
@ ID_POPUP_SCH_SELECT_UNIT
Definition eeschema_id.h:81
@ ID_POPUP_SCH_SELECT_BODY_STYLE
Definition eeschema_id.h:91
@ ID_POPUP_SCH_PLACE_UNIT1
Definition eeschema_id.h:88
@ ID_LIBVIEW_SELECT_BODY_STYLE
Definition eeschema_id.h:64
@ ID_POPUP_SCH_SELECT_BODY_STYLE1
Definition eeschema_id.h:92
@ ID_LIBVIEW_LIB_FILTER
Definition eeschema_id.h:65
@ ID_POPUP_SCH_PIN_TRICKS_NET_LABEL
Definition eeschema_id.h:98
@ ID_POPUP_SCH_SELECT_BODY_STYLE_END
Definition eeschema_id.h:93
@ ID_END_EESCHEMA_ID_LIST
Definition eeschema_id.h:70
@ ID_LIBVIEW_LIB_LIST
Definition eeschema_id.h:66
@ ID_POPUP_SCH_PIN_TRICKS_NO_CONNECT
Definition eeschema_id.h:96
@ ID_POPUP_SCH_UNFOLD_BUS
Definition eeschema_id.h:77
@ ID_POPUP_SCH_SELECT_UNIT_END
Definition eeschema_id.h:85
@ ID_POPUP_SCH_ALT_PIN_FUNCTION_END
@ ID_LIBVIEW_SYM_FILTER
Definition eeschema_id.h:67
@ ID_POPUP_SCH_PLACE_UNIT
Definition eeschema_id.h:87
@ ID_POPUP_SCH_PIN_TRICKS_GLOBAL_LABEL
@ ID_POPUP_SCH_PIN_TRICKS_END
@ ID_LIBEDIT_SELECT_BODY_STYLE
Definition eeschema_id.h:60
@ ID_POPUP_MENU_START
Definition id.h:158
@ ID_END_LIST
Definition id.h:165