Audacity 3.2.0
Classes | Typedefs
CommandFunctors.h File Reference
#include <wx/event.h>
Include dependency graph for CommandFunctors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  CommandFunctorPointer
 

Typedefs

using CommandHandlerObject = wxEvtHandler
 
using CommandHandlerFinder = std::function< CommandHandlerObject &(AudacityProject &) >
 

Typedef Documentation

◆ CommandHandlerFinder

Definition at line 36 of file CommandFunctors.h.

◆ CommandHandlerObject

using CommandHandlerObject = wxEvtHandler

Definition at line 32 of file CommandFunctors.h.