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

Method addLegend

src/KDChart/KDChartChart.cpp:1510–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508}
1509
1510void Chart::addLegend(Legend *legend)
1511{
1512 legend->show();
1513 addLegendInternal(legend, true);
1514 emit propertiesChanged();
1515}
1516
1517void Chart::addLegendInternal(Legend *legend, bool setMeasures)
1518{

Callers 15

testLegendOwnerShipMethod · 0.45
MainWindowMethod · 0.45
testLegendOwnershipMethod · 0.45
testLegendReplaceMethod · 0.45
testIntialOwnershipMethod · 0.45
MainWindowMethod · 0.45
MainWindowMethod · 0.45
mainFunction · 0.45
MainWindowMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected