31: wxCommandEvent(commandType,
id)
36 : wxCommandEvent(event)
37 , mCommand(event.mCommand)
Headers and event table macros for AppCommandEvent.
DEFINE_EVENT_TYPE(EVT_FREQWINDOW_RECALC)
IMPLEMENT_DYNAMIC_CLASS(PluginHostModule, wxModule)
An event 'envelope' for sending Command objects through the wxwidgets event loop.
OldStyleCommandPointer mCommand
AppCommandEvent(wxEventType commandType=wxEVT_APP_COMMAND_RECEIVED, int id=0)
void SetCommand(const OldStyleCommandPointer &cmd)
Store a pointer to a command object.
OldStyleCommandPointer GetCommand()
wxEvent * Clone() const override
OldStyleCommandPointer is a unique_ptr to an OldStyleCommand.