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

Method Order

libraries/lib-time-frequency-selection/ViewInfo.cpp:212–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void PlayRegion::Order()
213{
214 if ( mStart >= 0 && mEnd >= 0 && mStart > mEnd) {
215 std::swap( mStart, mEnd );
216 if (mActive)
217 mLastActiveStart = mStart, mLastActiveEnd = mEnd;
218 Notify();
219 }
220}
221
222void PlayRegion::Notify()
223{

Callers 2

ReleaseMethod · 0.80
HandleQPReleaseMethod · 0.80

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected