MCPcopy Create free account
hub / github.com/Kitware/CMake / SetProgressCallback

Method SetProgressCallback

Source/cmake.cxx:3416–3419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3414}
3415
3416void cmake::SetProgressCallback(ProgressCallbackType f)
3417{
3418 this->ProgressCallback = std::move(f);
3419}
3420
3421void cmake::UpdateProgress(std::string const& msg, float prog)
3422{

Callers 13

do_cmakeFunction · 0.80
do_buildFunction · 0.80
do_installFunction · 0.80
do_workflowFunction · 0.80
do_openFunction · 0.80
CreateCMakeMethod · 0.80
QCMakeMethod · 0.80
InstallCMakeProjectMethod · 0.80
mainFunction · 0.80
ConfigureMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by 3

CreateCMakeMethod · 0.64