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

Method Seeks

src/tracks/ui/Scrubbing.cpp:800–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800bool Scrubber::Seeks() const
801{
802 return (HasMark() || IsScrubbing()) && ChoseSeeking();
803}
804
805bool Scrubber::Scrubs() const
806{

Callers 4

UpdateMethod · 0.80
StartScrubbingMessageFunction · 0.80
ContinueScrubbingMessageFunction · 0.80
OnTimerMethod · 0.80

Calls 1

HasMarkFunction · 0.85

Tested by

no test coverage detected