KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | MAIL_T { MAIL_CROSS_PROBE , MAIL_SELECTION , MAIL_SELECTION_FORCE , MAIL_ASSIGN_FOOTPRINTS , MAIL_SCH_SAVE , MAIL_EESCHEMA_NETLIST , MAIL_SYMBOL_NETLIST , MAIL_PCB_UPDATE , MAIL_SCH_UPDATE , MAIL_IMPORT_FILE , MAIL_SCH_GET_NETLIST , MAIL_SCH_GET_ITEM , MAIL_PCB_GET_NETLIST , MAIL_PCB_UPDATE_LINKS , MAIL_SCH_REFRESH , MAIL_LIB_EDIT , MAIL_FP_EDIT , MAIL_RELOAD_LIB , MAIL_RELOAD_PLUGINS , MAIL_REFRESH_SYMBOL } |
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.