MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / Show

Method Show

source/MRIOExtras/MRStep.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 Standard_Boolean UserBreak() override { return interrupted_; }
168
169 void Show( const Message_ProgressScope&, const Standard_Boolean ) override
170 {
171 interrupted_ = !reportProgress( callback_, (float)GetPosition() );
172 }
173
174private:
175 ProgressCallback callback_;

Callers 1

windowsDialogFunction · 0.80

Calls 1

reportProgressFunction · 0.85

Tested by

no test coverage detected