| 376 | } |
| 377 | |
| 378 | void |
| 379 | ProgressTaskInfo::clearItems() |
| 380 | { |
| 381 | _imp->nameItem = 0; |
| 382 | _imp->progressItem = 0; |
| 383 | _imp->progressBar = 0; |
| 384 | _imp->controlsItem = 0; |
| 385 | _imp->timeRemainingItem = 0; |
| 386 | _imp->taskInfoItem = 0; |
| 387 | _imp->statusItem = 0; |
| 388 | _imp->frameRangeItem = 0; |
| 389 | } |
| 390 | |
| 391 | NodePtr |
| 392 | ProgressTaskInfo::getNode() const |
no outgoing calls
no test coverage detected