#include "CutCopyPasteToolBar.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/app.h>
#include <wx/event.h>
#include <wx/image.h>
#include <wx/intl.h>
#include <wx/sizer.h>
#include <wx/tooltip.h>
#include "AllThemeResources.h"
#include "ImageManipulation.h"
#include "Prefs.h"
#include "Project.h"
#include "UndoManager.h"
#include "../widgets/AButton.h"
#include "CommandContext.h"
#include "CommandManager.h"
#include "../commands/CommandDispatch.h"
#include "ToolManager.h"
Go to the source code of this file.
◆ anonymous enum
◆ EVT_COMMAND_RANGE()
◆ IMPLEMENT_CLASS()
◆ CutCopyPasteToolbarButtonList
◆ factory
Initial value:{
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 182 of file CutCopyPasteToolBar.cpp.
◆ first_TB_ID
constexpr int first_TB_ID = 21300 |
|
constexpr |