MCPcopy 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

InvokeSSCMethod · 0.45
InvokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected