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

Method Poll

libraries/lib-wx-init/ProgressDialog.cpp:1528–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528ProgressResult ProgressDialog::Poll(
1529 unsigned long long numerator, unsigned long long denominator,
1530 const TranslatableString& message)
1531{
1532 return Update(numerator, denominator, message);
1533}
1534
1535//
1536// Update the time and, optionally, the message

Callers 15

TotalProgressMethod · 0.45
TrackProgressMethod · 0.45
TrackGroupProgressMethod · 0.45
MixAndRenderFunction · 0.45
ResampleMethod · 0.45
UpdateUIMethod · 0.45
CopyToMethod · 0.45
OnBeginPurgeMethod · 0.45
MakePollerFunction · 0.45
UploadMixdownFunction · 0.45
MakePollerFunction · 0.45

Calls 1

UpdateFunction · 0.50

Tested by

no test coverage detected