MCPcopy Create free account
hub / github.com/audacity/audacity / DelayedHandlerAction

Method DelayedHandlerAction

libraries/lib-wx-init/Journal.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195SyncException::~SyncException() {}
196
197void SyncException::DelayedHandlerAction()
198{
199 // Simulate the application Exit menu item
200 wxCommandEvent evt{ wxEVT_MENU, wxID_EXIT };
201 wxTheApp->AddPendingEvent( evt );
202}
203
204bool RecordEnabled()
205{

Callers 2

CheckpointThreadMethod · 0.45
OnExceptionInMainLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected