| 78 | } |
| 79 | |
| 80 | KDChart::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 | |
| 90 | KDChart::TextBubbleLayoutItem::TextBubbleLayoutItem() |
| 91 | : AbstractLayoutItem(Qt::AlignLeft) |
nothing calls this directly
no outgoing calls
no test coverage detected