MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / setTaskbarProgress

Method setTaskbarProgress

DSView/pv/mainframe.cpp:1033–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031#endif
1032
1033void MainFrame::setTaskbarProgress(int progress)
1034{
1035#ifdef _WIN32
1036 if (progress > 0) {
1037 _taskPrg->setVisible(true);
1038 _taskPrg->setValue(progress);
1039 } else {
1040 _taskPrg->setVisible(false);
1041 }
1042#else
1043 (void)progress;
1044#endif
1045}
1046
1047void MainFrame::ShowHelpDocAsync()
1048{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected