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

Method SetFlip

src/widgets/Ruler.cpp:192–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void Ruler::SetFlip(bool flip)
193{
194 // If this is true, the orientation of the tick marks
195 // is reversed from the default; eg. above the line
196 // instead of below
197
198 if (mRulerStruct.mFlip != flip) {
199 mRulerStruct.mFlip = flip;
200
201 Invalidate();
202 }
203}
204
205void Ruler::SetMinor(bool value)
206{

Callers 4

OnPaintMethod · 0.80
DrawHorzRulerAndCurveFunction · 0.80
RulerPanelMethod · 0.80
MeterPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected