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

Method GetRangeUpper

libraries/lib-time-track/TimeTrack.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105double TimeTrack::GetRangeUpper() const
106{
107 return mEnvelope->GetRangeUpper();
108}
109
110void TimeTrack::SetRangeLower(double lower)
111{

Callers 7

PasteIntoMethod · 0.95
TimeTrackMethod · 0.45
OnSetTimeTrackRangeMethod · 0.45
DrawHorzRulerAndCurveFunction · 0.45
DrawTimeTrackFunction · 0.45
UpdateRulerMethod · 0.45
GetTimeTrackDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected