| 
    KiCad PCB EDA Suite
    
   | 
 
#include <frame_type.h>#include <mail_type.h>#include <kicommon.h>#include <wx/string.h>#include <wx/event.h>Go to the source code of this file.
Classes | |
| class | KIWAY_EXPRESS | 
| Carry a payload from one KIWAY_PLAYER to another within a PROJECT.  More... | |
Macros | |
| #define | kiwayExpressHandler(func) | 
| Typecast an event handler for the KIWAY_EXPRESS event class.   | |
| #define | EVT_KIWAY_EXPRESS(func) | 
| Event table definition for the KIWAY_EXPRESS event class.   | |
Typedefs | |
| typedef void(wxEvtHandler::* | kiwayExpressFunction) (KIWAY_EXPRESS &) | 
| #define EVT_KIWAY_EXPRESS | ( | func | ) | 
Event table definition for the KIWAY_EXPRESS event class.
Definition at line 91 of file kiway_express.h.
| #define kiwayExpressHandler | ( | func | ) | 
Typecast an event handler for the KIWAY_EXPRESS event class.
Definition at line 88 of file kiway_express.h.
| typedef void(wxEvtHandler::* kiwayExpressFunction) (KIWAY_EXPRESS &) | 
Definition at line 85 of file kiway_express.h.