KiCad PCB EDA Suite
Loading...
Searching...
No Matches
mail_type.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) 2014 CERN
5
* Copyright The KiCad Developers, see AUTHORS.TXT for contributors.
6
* @author Maciej Suminski <
[email protected]
>
7
*
8
* This program is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU General Public License
10
* as published by the Free Software Foundation; either version 2
11
* of the License, or (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <https://www.gnu.org/licenses/>.
20
*/
21
22
23
#ifndef MAIL_TYPE_H_
24
#define MAIL_TYPE_H_
25
33
enum
MAIL_T
34
{
35
MAIL_CROSS_PROBE
,
// PCB<->SCH, CVPCB->SCH cross-probing.
36
MAIL_SELECTION
,
// SCH<->PCB selection synchronization.
37
MAIL_SELECTION_FORCE
,
// Explicit selection of SCH->PCB selection synchronization.
38
MAIL_ASSIGN_FOOTPRINTS
,
// CVPCB->SCH footprint stuffing
39
MAIL_SCH_SAVE
,
// CVPCB->SCH save the schematic
40
MAIL_PCB_SAVE
,
// KICAD->PCB save the board
41
MAIL_EESCHEMA_NETLIST
,
// SCH->CVPCB netlist immediately after launching CVPCB
42
MAIL_SYMBOL_NETLIST
,
// SCH->FP_CHOOSER symbol pin & fp_filter information
43
MAIL_PCB_UPDATE
,
// SCH->PCB forward update
44
MAIL_SCH_UPDATE
,
// PCB->SCH forward update
45
MAIL_IMPORT_FILE
,
// Import a different format file
46
MAIL_SCH_GET_NETLIST
,
// Fetch a netlist from schematics
47
MAIL_SCH_GET_ITEM
,
// Fetch item from KIID
48
MAIL_PCB_GET_NETLIST
,
// Fetch a netlist from PCB layout
49
MAIL_PCB_UPDATE_LINKS
,
// Update the schematic symbol paths in the PCB's footprints
50
MAIL_SCH_REFRESH
,
// Tell the schematic editor to refresh the display.
51
MAIL_ADD_LOCAL_LIB
,
// Add a local library to the project library table
52
MAIL_LIB_EDIT
,
53
MAIL_FP_EDIT
,
54
MAIL_RELOAD_LIB
,
// Reload Library List if one was added
55
MAIL_RELOAD_PLUGINS
,
// Reload python plugins
56
MAIL_REFRESH_SYMBOL
,
// Refresh symbol in symbol viewer
57
MAIL_SCH_NAVIGATE_TO_SHEET
// Navigate to sheet by filename if in hierarchy
58
};
59
60
#endif
// MAIL_TYPE_H_
MAIL_T
MAIL_T
The set of mail types sendable via KIWAY::ExpressMail() and supplied as the aCommand parameter to tha...
Definition
mail_type.h:34
MAIL_PCB_UPDATE_LINKS
@ MAIL_PCB_UPDATE_LINKS
Definition
mail_type.h:49
MAIL_IMPORT_FILE
@ MAIL_IMPORT_FILE
Definition
mail_type.h:45
MAIL_SCH_REFRESH
@ MAIL_SCH_REFRESH
Definition
mail_type.h:50
MAIL_CROSS_PROBE
@ MAIL_CROSS_PROBE
Definition
mail_type.h:35
MAIL_PCB_UPDATE
@ MAIL_PCB_UPDATE
Definition
mail_type.h:43
MAIL_LIB_EDIT
@ MAIL_LIB_EDIT
Definition
mail_type.h:52
MAIL_SELECTION_FORCE
@ MAIL_SELECTION_FORCE
Definition
mail_type.h:37
MAIL_SCH_SAVE
@ MAIL_SCH_SAVE
Definition
mail_type.h:39
MAIL_RELOAD_PLUGINS
@ MAIL_RELOAD_PLUGINS
Definition
mail_type.h:55
MAIL_ASSIGN_FOOTPRINTS
@ MAIL_ASSIGN_FOOTPRINTS
Definition
mail_type.h:38
MAIL_REFRESH_SYMBOL
@ MAIL_REFRESH_SYMBOL
Definition
mail_type.h:56
MAIL_FP_EDIT
@ MAIL_FP_EDIT
Definition
mail_type.h:53
MAIL_SCH_GET_ITEM
@ MAIL_SCH_GET_ITEM
Definition
mail_type.h:47
MAIL_SCH_UPDATE
@ MAIL_SCH_UPDATE
Definition
mail_type.h:44
MAIL_ADD_LOCAL_LIB
@ MAIL_ADD_LOCAL_LIB
Definition
mail_type.h:51
MAIL_PCB_SAVE
@ MAIL_PCB_SAVE
Definition
mail_type.h:40
MAIL_SCH_NAVIGATE_TO_SHEET
@ MAIL_SCH_NAVIGATE_TO_SHEET
Definition
mail_type.h:57
MAIL_SCH_GET_NETLIST
@ MAIL_SCH_GET_NETLIST
Definition
mail_type.h:46
MAIL_SYMBOL_NETLIST
@ MAIL_SYMBOL_NETLIST
Definition
mail_type.h:42
MAIL_SELECTION
@ MAIL_SELECTION
Definition
mail_type.h:36
MAIL_RELOAD_LIB
@ MAIL_RELOAD_LIB
Definition
mail_type.h:54
MAIL_EESCHEMA_NETLIST
@ MAIL_EESCHEMA_NETLIST
Definition
mail_type.h:41
MAIL_PCB_GET_NETLIST
@ MAIL_PCB_GET_NETLIST
Definition
mail_type.h:48
src
include
mail_type.h
Generated on Fri Jun 26 2026 00:05:37 for KiCad PCB EDA Suite by
1.13.2