#include "SnappingToolBar.h"
#include <algorithm>
#include <cassert>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/combo.h>
#include <wx/menu.h>
#include <wx/textctrl.h>
#include "ToolManager.h"
#include "widgets/BasicMenu.h"
#include "widgets/auStaticText.h"
#include "wxWidgetsWindowPlacement.h"
#include "Prefs.h"
#include "Project.h"
#include "ViewInfo.h"
#include "AllThemeResources.h"
#include "ProjectSnap.h"
Go to the source code of this file.
◆ 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 429 of file SnappingToolBar.cpp.