mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-03 13:14:33 +01:00
Specific types, const versions: getting track & vruler controls...
... See changes to classes CommonTrackPanelCell and Track; the rest follows
This commit is contained in:
@@ -324,8 +324,8 @@ private:
|
||||
std::weak_ptr<LabelTextHandle> mTextHandle;
|
||||
|
||||
protected:
|
||||
std::shared_ptr<TrackControls> GetControls() override;
|
||||
std::shared_ptr<TrackVRulerControls> GetVRulerControls() override;
|
||||
std::shared_ptr<TrackControls> DoGetControls() override;
|
||||
std::shared_ptr<TrackVRulerControls> DoGetVRulerControls() override;
|
||||
friend class GetInfoCommand; // to get labels.
|
||||
friend class SetLabelCommand; // to set labels.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user