Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
958
void TrackPanel::UpdateVRulers()
959
{
960
for (auto t : GetTracks()->Any<WaveTrack>())
961
UpdateTrackVRuler(*t);
962
963
UpdateVRulerSize();
964
}
965
966
void TrackPanel::UpdateVRuler(Track *t)
967
{
Callers
4
ApplyInner
Method · 0.80
Commit
Method · 0.80
Rollback
Method · 0.80
Preview
Method · 0.80
Calls
1
GetTracks
Function · 0.85
Tested by
2
Rollback
Method · 0.64
Preview
Method · 0.64