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

Method move

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

Source from the content-addressed store, hash-verified

95}
96
97void NotifyingSelectedRegion::move(double delta)
98{
99 if (delta != 0) {
100 mRegion.move( delta );
101 Notify();
102 }
103}
104
105bool NotifyingSelectedRegion::setFrequencies(double f0, double f1)
106{

Callers 9

MoveToMethod · 0.80
ShiftByMethod · 0.80
ClearMethod · 0.80
ShiftLabelsOnInsertMethod · 0.80
AttachMethod · 0.80
DoHorizontalOffsetMethod · 0.80
DoSlideVerticalMethod · 0.80
DragMethod · 0.80
DoAlignFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected