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

Method Pos2Time

src/AdornedRulerPanel.cpp:1699–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1697}
1698
1699double AdornedRulerPanel::Pos2Time(int p, bool ignoreFisheye) const
1700{
1701 return mViewInfo->PositionToTime(p, mLeftOffset
1702 , ignoreFisheye
1703 );
1704}
1705
1706int AdornedRulerPanel::Time2Pos(double t, bool ignoreFisheye) const
1707{

Callers 1

HitTestMethod · 0.80

Calls 1

PositionToTimeMethod · 0.80

Tested by

no test coverage detected