| 112 | |
| 113 | |
| 114 | void ProgressDialog::setStepCount(int stepCount) |
| 115 | { |
| 116 | _numberOfSteps = stepCount; |
| 117 | if (_hSelf != NULL) |
| 118 | ::SendMessage(_hProgressOverall, PBM_SETRANGE, 0, MAKELPARAM(0, stepCount)); |
| 119 | } |
| 120 | |
| 121 | |
| 122 | void ProgressDialog::stepComplete() |
no outgoing calls
no test coverage detected