MCPcopy Create free account
hub / github.com/KDE/labplot / name

Method name

src/backend/worksheet/Line.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145QString LinePrivate::name() const {
146 if (dynamic_cast<ErrorBar*>(q->parentAspect()))
147 return q->parentAspect()->parentAspect()->name(); // for error bars we need to go one level higher to get the curve/plot name
148 else
149 return q->parentAspect()->name();
150}
151
152void LinePrivate::update() {
153 pen.setStyle(style);

Callers 15

readStringMethod · 0.45
readRichStringPartMethod · 0.45
readPlainStringPartMethod · 0.45
loadFromXmlFileMethod · 0.45
loadFromXmlFileMethod · 0.45
loadFromXmlFileMethod · 0.45
readCfRuleMethod · 0.45
readCfDataBarMethod · 0.45
readCfColorScaleMethod · 0.45
readCfVoMethod · 0.45
loadFromXmlMethod · 0.45

Calls 1

parentAspectMethod · 0.80

Tested by

no test coverage detected