KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kiway_express.h File Reference
#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 &)
 

Macro Definition Documentation

◆ EVT_KIWAY_EXPRESS

#define EVT_KIWAY_EXPRESS ( func)
Value:
wx__DECLARE_EVT0( KIWAY_EXPRESS::wxEVENT_ID, kiwayExpressHandler( func ) )
static const wxEventType wxEVENT_ID
The wxEventType argument to wxEvent() and identifies an event class in a hurry.
#define kiwayExpressHandler(func)
Typecast an event handler for the KIWAY_EXPRESS event class.

Event table definition for the KIWAY_EXPRESS event class.

Definition at line 91 of file kiway_express.h.

◆ kiwayExpressHandler

#define kiwayExpressHandler ( func)
Value:
wxEVENT_HANDLER_CAST( kiwayExpressFunction, func )
void(wxEvtHandler::* kiwayExpressFunction)(KIWAY_EXPRESS &)

Typecast an event handler for the KIWAY_EXPRESS event class.

Definition at line 88 of file kiway_express.h.

Typedef Documentation

◆ kiwayExpressFunction

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

Definition at line 85 of file kiway_express.h.