Headers and event table macros for AppCommandEvent.
More...
#include <wx/event.h>
#include <memory>
Go to the source code of this file.
|
class | AppCommandEvent |
| An event 'envelope' for sending Command objects through the wxwidgets event loop. More...
|
|
Headers and event table macros for AppCommandEvent.
Definition in file AppCommandEvent.h.
◆ EVT_APP_COMMAND
#define EVT_APP_COMMAND |
( |
|
winid, |
|
|
|
fn |
|
) |
| DECLARE_EVENT_TABLE_ENTRY( wxEVT_APP_COMMAND_RECEIVED, winid, wxID_ANY, wxAppCommandEventHandler(fn), (wxObject *) NULL ), |
◆ wxAppCommandEventHandler
#define wxAppCommandEventHandler |
( |
|
func | ) |
(wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxAppCommandEventFunction, &func) |
◆ OldStyleCommandPointer
◆ wxAppCommandEventFunction
typedef void(wxEvtHandler::* wxAppCommandEventFunction) (AppCommandEvent &) |
◆ DECLARE_EXPORTED_EVENT_TYPE()
DECLARE_EXPORTED_EVENT_TYPE |
( |
AUDACITY_DLL_API |
, |
|
|
wxEVT_APP_COMMAND_RECEIVED |
, |
|
|
- |
1 |
|
) |
| |