MCPcopy Create free account
hub / github.com/audacity/audacity / UpdateVRulers

Method UpdateVRulers

src/TrackPanel.cpp:958–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958void TrackPanel::UpdateVRulers()
959{
960 for (auto t : GetTracks()->Any<WaveTrack>())
961 UpdateTrackVRuler(*t);
962
963 UpdateVRulerSize();
964}
965
966void TrackPanel::UpdateVRuler(Track *t)
967{

Callers 4

ApplyInnerMethod · 0.80
CommitMethod · 0.80
RollbackMethod · 0.80
PreviewMethod · 0.80

Calls 1

GetTracksFunction · 0.85

Tested by 2

RollbackMethod · 0.64
PreviewMethod · 0.64