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

Method SetEnd

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

Source from the content-addressed store, hash-verified

169}
170
171void PlayRegion::SetEnd( double end )
172{
173 if (mEnd != end) {
174 if (mActive)
175 mLastActiveEnd = end;
176 mEnd = end;
177 Notify();
178 }
179}
180
181void PlayRegion::SetTimes( double start, double end )
182{

Callers 4

OnSetRegionFunction · 0.80
DoAdjustMethod · 0.80
DoAdjustMethod · 0.80
HandleQPDragMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected