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

Method TextBubbleLayoutItem

src/KDChart/KDChartLayoutItems.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80KDChart::TextBubbleLayoutItem::TextBubbleLayoutItem(const QString &text,
81 const KDChart::TextAttributes &attributes,
82 const QObject *area,
83 KDChartEnums::MeasureOrientation orientation,
84 Qt::Alignment alignment)
85 : AbstractLayoutItem(alignment)
86 , m_text(new TextLayoutItem(text, attributes, area, orientation, alignment))
87{
88}
89
90KDChart::TextBubbleLayoutItem::TextBubbleLayoutItem()
91 : AbstractLayoutItem(Qt::AlignLeft)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected