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

Method SetLabelEdges

src/widgets/Ruler.cpp:179–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void Ruler::SetLabelEdges(bool labelEdges)
180{
181 // If this is true, the edges of the ruler will always
182 // receive a label. If not, the nearest round number is
183 // labeled (which may or may not be the edge).
184
185 if (mRulerStruct.mLabelEdges != labelEdges) {
186 mRulerStruct.mLabelEdges = labelEdges;
187
188 Invalidate();
189 }
190}
191
192void Ruler::SetFlip(bool flip)
193{

Callers 7

AdornedRulerPanelMethod · 0.80
DrawMethod · 0.80
UpdateRulerMethod · 0.80
DoUpdateVRulerMethod · 0.80
DoUpdateVRulerMethod · 0.80
RulerPanelMethod · 0.80
MeterPanelMethod · 0.80

Calls

no outgoing calls

Tested by 1

DoUpdateVRulerMethod · 0.64