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

Method setTextAlignment

src/KDChart/KDChartLegend.cpp:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void Legend::setTextAlignment(Qt::Alignment alignment)
435{
436 if (d->textAlignment == alignment) {
437 return;
438 }
439 d->textAlignment = alignment;
440 emitPositionChanged();
441}
442
443Qt::Alignment Legend::textAlignment() const
444{

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected