27 #include <wx/window.h> 32 #if 0 // requires that this code reside in only a single link image, rather than 48 m_destination( anOther.m_destination ),
49 m_payload( anOther.m_payload )
56 wxEvent( aCommand, wxEVENT_ID ),
57 m_destination( aDestination ),
60 SetEventObject( aSource );
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
static const wxEventType wxEVENT_ID
The wxEventType argument to wxEvent() and identifies an event class in a hurry.
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
MAIL_T
The set of mail types sendable via KIWAY::ExpressMail() and supplied as the aCommand parameter to tha...
KIWAY_EXPRESS(FRAME_T aDestination, MAIL_T aCommand, std::string &aPayload, wxWindow *aSource=nullptr)