| 414 | } |
| 415 | |
| 416 | void |
| 417 | SymViewTab::onClearSymView(void) |
| 418 | { |
| 419 | this->ui->symView->clear(); |
| 420 | this->onOffsetChanged(0); |
| 421 | this->refreshVScrollBar(); |
| 422 | this->refreshSizes(); |
| 423 | } |
| 424 | |
| 425 | void |
| 426 | SymViewTab::onZoomChanged(void) |
nothing calls this directly
no test coverage detected