| 424 | } |
| 425 | |
| 426 | void QmitkChartWidget::Impl::ClearData() |
| 427 | { |
| 428 | for (auto &xyData : m_C3xyData) |
| 429 | { |
| 430 | m_WebChannel->deregisterObject(xyData.get()); |
| 431 | } |
| 432 | |
| 433 | m_C3xyData.clear(); |
| 434 | } |
| 435 | |
| 436 | void QmitkChartWidget::Impl::UpdateLabel(const std::string &existingLabel, const std::string &newLabel) { |
| 437 | auto element = GetDataElementByLabel(existingLabel); |