MCPcopy Create free account
hub / github.com/KDAB/KDChart / text

Method text

src/KDChart/KDChartLegend.cpp:556–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556QString Legend::text(uint dataset) const
557{
558 if (d->texts.find(dataset) != d->texts.end()) {
559 return d->texts[dataset];
560 } else {
561 return d->modelLabels[dataset];
562 }
563}
564
565const QMap<uint, QString> Legend::texts() const
566{

Callers 1

compareMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected