Audacity 3.2.0
Macros | Variables
CommandManager.cpp File Reference
#include "CommandManager.h"
#include "CommandContext.h"
#include <wx/log.h>
#include "BasicUI.h"
#include "Project.h"
#include "ProjectHistory.h"
#include "UndoManager.h"
#include <cassert>
Include dependency graph for CommandManager.cpp:

Go to the source code of this file.

Macros

#define MAX_MENU_LEN   20
 
#define MAX_SUBMENU_LEN   15
 

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory key
 

Macro Definition Documentation

◆ MAX_MENU_LEN

#define MAX_MENU_LEN   20

Definition at line 74 of file CommandManager.cpp.

◆ MAX_SUBMENU_LEN

#define MAX_SUBMENU_LEN   15

Definition at line 75 of file CommandManager.cpp.

Variable Documentation

◆ key

Initial value:
{
}
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
static result_type Call(Arguments &&...arguments)
Null check of the installed function is done for you.

Definition at line 105 of file CommandManager.cpp.

Referenced by CommandManager::CommandListEntry::FormatLabelForMenu(), CommandManager::Get(), CommandManager::HandleXMLTag(), CommandManager::SetKeyFromIndex(), and CommandManager::SetKeyFromName().