Audacity 3.2.0
Namespaces | Typedefs | Functions
CommandDispatch.h File Reference
#include "CommandFlag.h"
#include "Identifier.h"
Include dependency graph for CommandDispatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CommandDispatch
 

Typedefs

using PluginID = wxString
 

Functions

AUDACITY_DLL_API bool CommandDispatch::HandleTextualCommand (const CommandID &Str, const CommandContext &context, CommandFlag flags, bool alwaysEnabled)
 
AUDACITY_DLL_API bool CommandDispatch::DoAudacityCommand (const PluginID &ID, const CommandContext &context, unsigned flags)
 
AUDACITY_DLL_API void CommandDispatch::OnAudacityCommand (const CommandContext &ctx)
 

Typedef Documentation

◆ PluginID

using PluginID = wxString

Definition at line 20 of file CommandDispatch.h.