![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | MAIL_T { MAIL_CROSS_PROBE, MAIL_ASSIGN_FOOTPRINTS, MAIL_SCH_SAVE, MAIL_EESCHEMA_NETLIST, MAIL_PCB_UPDATE, MAIL_SCH_UPDATE, MAIL_IMPORT_FILE, MAIL_SCH_GET_NETLIST, MAIL_PCB_GET_NETLIST, MAIL_PCB_UPDATE_LINKS, MAIL_SCH_REFRESH, MAIL_SCH_CLEAN_NETCLASSES, MAIL_REANNOTATE, MAIL_LIB_EDIT, MAIL_FP_EDIT } |
The set of mail types sendable via KIWAY::ExpressMail() and supplied as the aCommand parameter to that function. More... | |
enum MAIL_T |
The set of mail types sendable via KIWAY::ExpressMail() and supplied as the aCommand parameter to that function.
Such mail will be received in KIWAY_PLAYER::KiwayMailIn( KIWAY_EXPRESS& aEvent ) and aEvent.Command() will match aCommand to KIWAY::ExpressMail().
Definition at line 37 of file mail_type.h.