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

Method GetHorizontalThumbPosition

src/ProjectWindow.cpp:471–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 { return IsWindowValid(mwWindow) ? mwWindow->GetTotalHeight(trackList) : 0; }
470
471 int GetHorizontalThumbPosition() const override
472 { return IsWindowValid(mwWindow) ? mwWindow->GetHorizontalThumbPosition() : 0; }
473 int GetHorizontalThumbSize() const override
474 { return IsWindowValid(mwWindow) ? mwWindow->GetHorizontalThumbSize() : 0; }
475 int GetHorizontalRange() const override

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85

Tested by

no test coverage detected