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

Method SetLineStyle

Modules/Chart/src/QmitkChartWidget.cpp:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void QmitkChartWidget::Impl::SetLineStyle(const std::string &label, LineStyle style)
457{
458 auto element = GetDataElementByLabel(label);
459 const std::string lineStyleName(m_LineStyleToName.at(style));
460 element->SetLineStyle(QVariant(QString::fromStdString(lineStyleName)));
461}
462
463void QmitkChartWidget::Impl::SetMarkerSymbol(const std::string &label, MarkerSymbol symbol)
464{

Callers 7

AddChartExampleDataMethod · 0.45
GetDataOneMethod · 0.45
GetDataTwoMethod · 0.45
GetDataThreeMethod · 0.45
GetDataFourMethod · 0.45
GetDataFiveMethod · 0.45

Calls 1

atMethod · 0.80

Tested by 5

GetDataOneMethod · 0.36
GetDataTwoMethod · 0.36
GetDataThreeMethod · 0.36
GetDataFourMethod · 0.36
GetDataFiveMethod · 0.36