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

Method UpdateProgress

src/PluginStartupRegistration.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void UpdateProgress(const wxString& text, float progress)
100 {
101 mText->SetLabel(text);
102 mText->SetToolTip(text);
103 mProgress->SetValue(mProgress->GetRange() * progress);
104 }
105
106 void OnShow(wxShowEvent& evt)
107 {

Callers 4

RunWaitDialogMethod · 0.45
WaitForStartMethod · 0.45
PreActionDelayMethod · 0.45
ProcessNextMethod · 0.45

Calls 4

GetRangeMethod · 0.80
SetLabelMethod · 0.45
SetToolTipMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected