#include "ToolsToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/sizer.h>
#include <wx/tooltip.h>
#include "Prefs.h"
#include "AllThemeResources.h"
#include "ImageManipulation.h"
#include "Project.h"
#include "../ProjectSettings.h"
#include "../ProjectWindow.h"
#include "../tracks/ui/Scrubbing.h"
#include "../widgets/AButton.h"
#include "../TrackPanel.h"
Go to the source code of this file.
◆ EVT_COMMAND_RANGE()
◆ IMPLEMENT_CLASS()
◆ 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 256 of file ToolsToolBar.cpp.