#include "ScrubUI.h"
#include "Scrubbing.h"
#include "../../widgets/Overlay.h"
#include "ClientData.h"
#include "../../AdornedRulerPanel.h"
#include "Project.h"
#include "../../ProjectWindow.h"
#include "../../ProjectWindows.h"
#include "../../TrackPanel.h"
#include <wx/dcclient.h>
#include <wx/windowptr.h>
Go to the source code of this file.
◆ sForwarderKey
Initial value:{
return std::make_shared< ScrubForwarder >( parent );
}
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition at line 290 of file ScrubUI.cpp.
◆ sOverlayKey
Initial value:{
auto result = std::make_shared< ScrubbingOverlay >( &parent );
return result;
}
}
void AddOverlay(const std::weak_ptr< Overlay > &pOverlay)
static TrackPanel & Get(AudacityProject &project)
Definition at line 201 of file ScrubUI.cpp.