Audacity 3.2.0
|
#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>
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 |
using PluginID = wxString |
Definition at line 41 of file CommandManager.h.