mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
static TrackPanel::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -257,13 +257,17 @@ class AUDACITY_DLL_API TrackPanel final
|
||||
, private PrefsListener
|
||||
{
|
||||
public:
|
||||
static TrackPanel &Get( AudacityProject &project );
|
||||
static const TrackPanel &Get( const AudacityProject &project );
|
||||
static void Destroy( AudacityProject &project );
|
||||
|
||||
TrackPanel(wxWindow * parent,
|
||||
wxWindowID id,
|
||||
const wxPoint & pos,
|
||||
const wxSize & size,
|
||||
const std::shared_ptr<TrackList> &tracks,
|
||||
ViewInfo * viewInfo,
|
||||
TrackPanelListener * listener,
|
||||
AudacityProject * project,
|
||||
AdornedRulerPanel * ruler );
|
||||
|
||||
virtual ~ TrackPanel();
|
||||
|
||||
Reference in New Issue
Block a user