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

Method collapseToT0

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

Source from the content-addressed store, hash-verified

79}
80
81void NotifyingSelectedRegion::collapseToT0()
82{
83 if ( mRegion.t0() != mRegion.t1() ) {
84 mRegion.collapseToT0();
85 Notify();
86 }
87}
88
89void NotifyingSelectedRegion::collapseToT1()
90{

Callers 8

MoveWhenAudioInactiveFunction · 0.80
OnSelectNoneMethod · 0.80
OnCursorSelStartMethod · 0.80
OnPunchAndRollFunction · 0.80
OnCutLabelsFunction · 0.80
OnDeleteLabelsFunction · 0.80
EditMenus.cppFile · 0.80
OnDeleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected