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

Method MarkerLayoutItem

src/KDChart/KDChartLayoutItems.cpp:605–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605KDChart::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
617Qt::Orientations KDChart::MarkerLayoutItem::expandingDirections() const
618{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected