#include "TimeSignatureToolBar.h"
#include <algorithm>
#include <cassert>
#include <wx/sizer.h>
#include <wx/spinctrl.h>
#include <wx/combobox.h>
#include "ToolManager.h"
#include "widgets/BasicMenu.h"
#include "wxWidgetsWindowPlacement.h"
#include "Prefs.h"
#include "Project.h"
#include "ViewInfo.h"
#include "AllThemeResources.h"
#include "AudioIO.h"
#include "ProjectTimeSignature.h"
#include "wxArrayStringEx.h"
#include "ProjectHistory.h"
#include "UndoManager.h"
#include "SpinControl.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 267 of file TimeSignatureToolBar.cpp.