Audacity 3.2.0
Classes | Typedefs
CommandManager.h File Reference
#include "Identifier.h"
#include "Callable.h"
#include "ClientData.h"
#include "CommandFunctors.h"
#include "CommandFlag.h"
#include "GlobalVariable.h"
#include "Keyboard.h"
#include "MenuRegistry.h"
#include "Observer.h"
#include "Prefs.h"
#include "Project.h"
#include <functional>
#include <vector>
#include "XMLTagHandler.h"
#include <unordered_map>
Include dependency graph for CommandManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MenuUpdateMessage
 Sent when menus update (such as for changing enablement of items) More...
 
class  CommandManager
 CommandManager implements a system for organizing all user-callable commands. More...
 
struct  CommandManager::Factory
 
struct  CommandManager::GlobalMenuHook
 
struct  CommandManager::Populator
 
struct  CommandManager::CommandListEntry
 

Typedefs

using PluginID = wxString
 

Typedef Documentation

◆ PluginID

using PluginID = wxString

Definition at line 41 of file CommandManager.h.