KiCad PCB EDA Suite
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
36
enum
gerbview_ids
37
{
38
ID_MAIN_MENUBAR
=
ID_END_LIST
,
39
40
ID_TOOLBARH_GERBER_SELECT_ACTIVE_DCODE
,
41
ID_TOOLBARH_GERBER_DATA_TEXT_BOX
,
42
43
ID_GBR_AUX_TOOLBAR_PCB_CMP_CHOICE
,
44
ID_GBR_AUX_TOOLBAR_PCB_NET_CHOICE
,
45
ID_GBR_AUX_TOOLBAR_PCB_APERATTRIBUTES_CHOICE
,
46
47
ID_TOOLBARH_GERBVIEW_SELECT_ACTIVE_LAYER
,
48
ID_TB_OPTIONS_SHOW_GBR_MODE_0
,
49
ID_TB_OPTIONS_SHOW_GBR_MODE_1
,
50
ID_TB_OPTIONS_SHOW_GBR_MODE_2
,
51
52
// IDs for drill file history (ID_FILEnn is already in use)
53
ID_GERBVIEW_DRILL_FILE
,
54
ID_GERBVIEW_DRILL_FILE1
,
55
ID_GERBVIEW_DRILL_FILEMAX
=
ID_GERBVIEW_DRILL_FILE
+
MAX_FILE_HISTORY_SIZE
,
56
ID_GERBVIEW_DRILL_FILE_LIST_CLEAR
,
57
58
// IDs for job file history (ID_FILEnn is already in use)
59
ID_GERBVIEW_JOB_FILE
,
60
ID_GERBVIEW_JOB_FILE1
,
61
ID_GERBVIEW_JOB_FILEMAX
=
ID_GERBVIEW_JOB_FILE
+
MAX_FILE_HISTORY_SIZE
,
62
ID_GERBVIEW_JOB_FILE_LIST_CLEAR
,
63
64
// IDs for zip file history (ID_FILEnn is already in use)
65
ID_GERBVIEW_ZIP_FILE
,
66
ID_GERBVIEW_ZIP_FILE1
,
67
ID_GERBVIEW_ZIP_FILEMAX
=
ID_GERBVIEW_ZIP_FILE
+
MAX_FILE_HISTORY_SIZE
,
68
ID_GERBVIEW_ZIP_FILE_LIST_CLEAR
,
69
70
ID_GERBER_END_LIST
71
};
72
73
#endif
/* __GERBVIEW_IDS_H__ */
ID_TB_OPTIONS_SHOW_GBR_MODE_0
Definition:
gerbview_id.h:48
ID_TOOLBARH_GERBER_DATA_TEXT_BOX
Definition:
gerbview_id.h:41
ID_GERBVIEW_ZIP_FILE
Definition:
gerbview_id.h:65
ID_GBR_AUX_TOOLBAR_PCB_NET_CHOICE
Definition:
gerbview_id.h:44
ID_GERBVIEW_JOB_FILE1
Definition:
gerbview_id.h:60
ID_MAIN_MENUBAR
Definition:
gerbview_id.h:38
ID_GERBVIEW_ZIP_FILE1
Definition:
gerbview_id.h:66
ID_TB_OPTIONS_SHOW_GBR_MODE_1
Definition:
gerbview_id.h:49
ID_GERBVIEW_ZIP_FILEMAX
Definition:
gerbview_id.h:67
ID_GERBVIEW_DRILL_FILEMAX
Definition:
gerbview_id.h:55
id.h
gerbview_ids
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:36
ID_GERBVIEW_DRILL_FILE
Definition:
gerbview_id.h:53
ID_TOOLBARH_GERBVIEW_SELECT_ACTIVE_LAYER
Definition:
gerbview_id.h:47
ID_GERBVIEW_JOB_FILE_LIST_CLEAR
Definition:
gerbview_id.h:62
ID_GERBVIEW_DRILL_FILE_LIST_CLEAR
Definition:
gerbview_id.h:56
ID_END_LIST
Definition:
id.h:223
ID_GBR_AUX_TOOLBAR_PCB_CMP_CHOICE
Definition:
gerbview_id.h:43
ID_TOOLBARH_GERBER_SELECT_ACTIVE_DCODE
Definition:
gerbview_id.h:40
ID_GERBER_END_LIST
Definition:
gerbview_id.h:70
MAX_FILE_HISTORY_SIZE
#define MAX_FILE_HISTORY_SIZE
Definition:
id.h:70
ID_GERBVIEW_JOB_FILE
Definition:
gerbview_id.h:59
ID_GBR_AUX_TOOLBAR_PCB_APERATTRIBUTES_CHOICE
Definition:
gerbview_id.h:45
ID_GERBVIEW_JOB_FILEMAX
Definition:
gerbview_id.h:61
ID_GERBVIEW_DRILL_FILE1
Definition:
gerbview_id.h:54
ID_TB_OPTIONS_SHOW_GBR_MODE_2
Definition:
gerbview_id.h:50
ID_GERBVIEW_ZIP_FILE_LIST_CLEAR
Definition:
gerbview_id.h:68
gerbview
gerbview_id.h
Generated on Sat Jul 2 2022 04:06:11 for KiCad PCB EDA Suite by
1.8.15