| 603 | } |
| 604 | |
| 605 | KDChart::MarkerLayoutItem::MarkerLayoutItem(KDChart::AbstractDiagram *diagram, |
| 606 | const MarkerAttributes &marker, |
| 607 | const QBrush &brush, const QPen &pen, |
| 608 | Qt::Alignment alignment) |
| 609 | : AbstractLayoutItem(alignment) |
| 610 | , mDiagram(diagram) |
| 611 | , mMarker(marker) |
| 612 | , mBrush(brush) |
| 613 | , mPen(pen) |
| 614 | { |
| 615 | } |
| 616 | |
| 617 | Qt::Orientations KDChart::MarkerLayoutItem::expandingDirections() const |
| 618 | { |
nothing calls this directly
no outgoing calls
no test coverage detected