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

Method Text

src/effects/NoiseReduction.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 wxString Text(double value) const
235 {
236 if (formatAsInt)
237 return wxString::Format(format, (int)(value));
238 else
239 return wxString::Format(format, value);
240 }
241
242 void CreateControls(int id, ShuttleGui &S) const
243 {

Callers 2

TransferDataToWindowMethod · 0.80
OnSliderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected