MCPcopy Create free account
hub / github.com/MITK/MITK / ClearData

Method ClearData

Modules/Chart/src/QmitkChartWidget.cpp:426–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void 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
436void QmitkChartWidget::Impl::UpdateLabel(const std::string &existingLabel, const std::string &newLabel) {
437 auto element = GetDataElementByLabel(existingLabel);

Callers 1

ClearMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected