Audacity  3.2.0
Public Member Functions | List of all members
DefaultDelayedHandlerAction Struct Reference

A default template parameter for GuardedCall. More...

#include <AudacityException.h>

Public Member Functions

void operator() (AudacityException *pException) const
 

Detailed Description

A default template parameter for GuardedCall.

Definition at line 123 of file AudacityException.h.

Member Function Documentation

◆ operator()()

void DefaultDelayedHandlerAction::operator() ( AudacityException pException) const
inline

Definition at line 125 of file AudacityException.h.

126  {
127  if ( pException )
128  pException->DelayedHandlerAction();
129  }

References AudacityException::DelayedHandlerAction().

Here is the call graph for this function:

The documentation for this struct was generated from the following file:
AudacityException::DelayedHandlerAction
virtual void DelayedHandlerAction()=0
Action to do in the main thread at idle time of the event loop.