41 wxEvent( aCommand, EDA_KIWAY_MAIL_RECEIVED ),
45 SetEventObject( aSource );
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
FRAME_T m_destination
could have been a bitmap indicating multiple recipients.
std::string & m_payload
very often s-expression text, but not always.
KIWAY_MAIL_EVENT(FRAME_T aDestination, MAIL_T aCommand, std::string &aPayload, wxWindow *aSource=nullptr)
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
wxDEFINE_EVENT(EDA_KIWAY_MAIL_RECEIVED, KIWAY_MAIL_EVENT)
MAIL_T
The set of mail types sendable via KIWAY::ExpressMail() and supplied as the aCommand parameter to tha...