20 const std::shared_ptr<WaveTrack>& track,
21 const std::shared_ptr<WaveTrack::Interval>& clip,
22 std::weak_ptr<TrackPanelCell> cell);
27 wxWindow* pParent)
override;
32 void DoDraw(
const wxRect& rect, wxDC& dc)
override;
34 std::weak_ptr<TrackPanelCell>
mCell;
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...