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

Method SetDbMirrorValue

src/widgets/Ruler.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void Ruler::SetDbMirrorValue( const double d )
133{
134 if (mRulerStruct.mDbMirrorValue != d) {
135 mRulerStruct.mDbMirrorValue = d;
136
137 Invalidate();
138 }
139}
140
141void Ruler::SetOrientation(int orient)
142{

Callers 3

UpdateRulerMethod · 0.80
DoUpdateVRulerMethod · 0.80
DoUpdateVRulerMethod · 0.80

Calls

no outgoing calls

Tested by 1

DoUpdateVRulerMethod · 0.64