![]() |
Audacity 3.2.0
|
#include "CommandManager.h"#include "CommandContext.h"#include <wx/log.h>#include "BasicUI.h"#include "Project.h"#include "ProjectHistory.h"#include "UndoManager.h"#include <cassert>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 |
| #define MAX_MENU_LEN 20 |
Definition at line 74 of file CommandManager.cpp.
| #define MAX_SUBMENU_LEN 15 |
Definition at line 75 of file CommandManager.cpp.
|
static |
Definition at line 105 of file CommandManager.cpp.
Referenced by CommandManager::CommandListEntry::FormatLabelForMenu(), CommandManager::Get(), CommandManager::HandleXMLTag(), CommandManager::SetKeyFromIndex(), and CommandManager::SetKeyFromName().