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

Method SetStart

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

Source from the content-addressed store, hash-verified

159}
160
161void PlayRegion::SetStart( double start )
162{
163 if (mStart != start) {
164 if (mActive)
165 mLastActiveStart = start;
166 mStart = start;
167 Notify();
168 }
169}
170
171void PlayRegion::SetEnd( double end )
172{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected