KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kiway_express.h File Reference
#include <frame_type.h>
#include <mail_type.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)   wxEVENT_HANDLER_CAST( kiwayExpressFunction, func )
 Typecast an event handler for the KIWAY_EXPRESS event class. More...
 
#define EVT_KIWAY_EXPRESS(func)    wx__DECLARE_EVT0( KIWAY_EXPRESS::wxEVENT_ID, kiwayExpressHandler( func ) )
 Event table definition for the KIWAY_EXPRESS event class. More...
 

Typedefs

typedef void(wxEvtHandler::* kiwayExpressFunction) (KIWAY_EXPRESS &)
 

Macro Definition Documentation

◆ EVT_KIWAY_EXPRESS

#define EVT_KIWAY_EXPRESS (   func)     wx__DECLARE_EVT0( KIWAY_EXPRESS::wxEVENT_ID, kiwayExpressHandler( func ) )

Event table definition for the KIWAY_EXPRESS event class.

Definition at line 90 of file kiway_express.h.

◆ kiwayExpressHandler

#define kiwayExpressHandler (   func)    wxEVENT_HANDLER_CAST( kiwayExpressFunction, func )

Typecast an event handler for the KIWAY_EXPRESS event class.

Definition at line 87 of file kiway_express.h.

Typedef Documentation

◆ kiwayExpressFunction

typedef void(wxEvtHandler::* kiwayExpressFunction) (KIWAY_EXPRESS &)

Definition at line 84 of file kiway_express.h.