#include "EditToolBar.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/app.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
| Enumerator |
|---|
| ETBZoomInID | |
| ETBZoomOutID | |
| ETBZoomToggleID | |
| ETBZoomSelID | |
| ETBZoomFitID | |
| ETBTrimID | |
| ETBSilenceID | |
| ETBUndoID | |
| ETBRedoID | |
| ETBNumButtons | |
Definition at line 58 of file EditToolBar.cpp.
58 {
62
65
68
69
70
71
72#ifdef OPTION_SYNC_LOCK_BUTTON
73 ETBSyncLockID,
74#endif
75
78
80};
◆ EVT_COMMAND_RANGE()
◆ IMPLEMENT_CLASS()
◆ EditToolbarButtonList
◆ 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 244 of file EditToolBar.cpp.
◆ first_ETB_ID
| constexpr int first_ETB_ID = 11300 |
|
constexpr |