| 167 | } |
| 168 | |
| 169 | void |
| 170 | SymViewTab::feed(const Symbol *data, unsigned int size) |
| 171 | { |
| 172 | this->ui->symView->feed(data, size); |
| 173 | this->refreshSizes(); |
| 174 | } |
| 175 | |
| 176 | unsigned int |
| 177 | SymViewTab::getVScrollPageSize(void) const |
nothing calls this directly
no test coverage detected