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

Method GetVerticalThumbPosition

src/ProjectWindow.cpp:494–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494 int GetVerticalThumbPosition() const override
495 { return IsWindowValid(mwWindow) ? mwWindow->GetVerticalThumbPosition() : 0; }
496 int GetVerticalThumbSize() const override
497 { return IsWindowValid(mwWindow) ? mwWindow->GetVerticalThumbSize() : 0; }
498 int GetVerticalRange() const override

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85

Tested by

no test coverage detected