KiCad PCB EDA Suite
Loading...
Searching...
No Matches
gerbview_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) 2010-2014 Jean-Pierre Charras jp.charras at wanadoo.fr
5 * Copyright (C) 1992-2018 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 __GERBVIEW_ID_H__
26#define __GERBVIEW_ID_H__
27
28#include <id.h>
29
37{
39
42
46
51
52 // IDs for drill file history (ID_FILEnn is already in use)
57
58 // IDs for job file history (ID_FILEnn is already in use)
63
64 // IDs for zip file history (ID_FILEnn is already in use)
69
71};
72
73#endif /* __GERBVIEW_IDS_H__ */
gerbview_ids
Please add IDs that are unique to the gerber file viewer (GerbView) here and not in the global id....
Definition: gerbview_id.h:37
@ ID_GERBVIEW_DRILL_FILE
Definition: gerbview_id.h:53
@ ID_TB_OPTIONS_SHOW_GBR_MODE_2
Definition: gerbview_id.h:50
@ ID_GBR_AUX_TOOLBAR_PCB_NET_CHOICE
Definition: gerbview_id.h:44
@ ID_GERBVIEW_ZIP_FILEMAX
Definition: gerbview_id.h:67
@ ID_TOOLBARH_GERBVIEW_SELECT_ACTIVE_LAYER
Definition: gerbview_id.h:47
@ ID_GERBER_END_LIST
Definition: gerbview_id.h:70
@ ID_GERBVIEW_DRILL_FILEMAX
Definition: gerbview_id.h:55
@ ID_GERBVIEW_JOB_FILE_LIST_CLEAR
Definition: gerbview_id.h:62
@ ID_GBR_AUX_TOOLBAR_PCB_CMP_CHOICE
Definition: gerbview_id.h:43
@ ID_GERBVIEW_DRILL_FILE1
Definition: gerbview_id.h:54
@ ID_TOOLBARH_GERBER_SELECT_ACTIVE_DCODE
Definition: gerbview_id.h:40
@ ID_GBR_AUX_TOOLBAR_PCB_APERATTRIBUTES_CHOICE
Definition: gerbview_id.h:45
@ ID_MAIN_MENUBAR
Definition: gerbview_id.h:38
@ ID_GERBVIEW_JOB_FILEMAX
Definition: gerbview_id.h:61
@ ID_GERBVIEW_ZIP_FILE
Definition: gerbview_id.h:65
@ ID_GERBVIEW_ZIP_FILE_LIST_CLEAR
Definition: gerbview_id.h:68
@ ID_TOOLBARH_GERBER_DATA_TEXT_BOX
Definition: gerbview_id.h:41
@ ID_TB_OPTIONS_SHOW_GBR_MODE_1
Definition: gerbview_id.h:49
@ ID_GERBVIEW_JOB_FILE
Definition: gerbview_id.h:59
@ ID_TB_OPTIONS_SHOW_GBR_MODE_0
Definition: gerbview_id.h:48
@ ID_GERBVIEW_JOB_FILE1
Definition: gerbview_id.h:60
@ ID_GERBVIEW_ZIP_FILE1
Definition: gerbview_id.h:66
@ ID_GERBVIEW_DRILL_FILE_LIST_CLEAR
Definition: gerbview_id.h:56
#define MAX_FILE_HISTORY_SIZE
Definition: id.h:70
@ ID_END_LIST
Definition: id.h:194