Audacity 3.2.0
|
Functions for building toobar menus and enabling and disabling items. More...
#include "Menus.h"
#include <wx/frame.h>
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectWindows.h"
#include "UndoManager.h"
#include "commands/CommandManager.h"
#include "AudacityMessageBox.h"
#include "BasicUI.h"
#include <unordered_set>
#include <wx/menu.h>
#include <wx/windowptr.h>
#include <wx/log.h>
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{Menus.cpp}::MenuItemVisitor |
class | wxFrameEx |
Namespaces | |
namespace | MenuTable |
namespace | anonymous_namespace{Menus.cpp} |
Variables | |
static const AudacityProject::AttachedObjects::RegisteredFactory | key |
const auto | anonymous_namespace{Menus.cpp}::MenuPathStart = wxT("MenuBar") |
Functions for building toobar menus and enabling and disabling items.
Definition in file Menus.cpp.
|
static |
Definition at line 64 of file Menus.cpp.
Referenced by MenuManager::Get().