Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/SAM
/ SetProgressDialog
Method
SetProgressDialog
src/simulation.cpp:388–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
};
387
388
void SetProgressDialog( wxProgressDialog *d ) { progdlg = d; }
389
390
virtual void Update( float percent, const wxString &s ) {
391
if( progdlg) progdlg->Update( (int)percent, s );
Callers
2
InvokeSSC
Method · 0.45
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected