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.
KIWAY_EXPRESS(FRAME_T aDestination, MAIL_T aCommand, std::string &aPayload, wxWindow *aSource=nullptr)
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...