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

Method LineWithMarkerLayoutItem

src/KDChart/KDChartLayoutItems.cpp:788–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788KDChart::LineWithMarkerLayoutItem::LineWithMarkerLayoutItem(
789 KDChart::AbstractDiagram *diagram,
790 int lineLength,
791 const QPen &linePen,
792 int markerOffs,
793 const MarkerAttributes &marker,
794 const QBrush &markerBrush,
795 const QPen &markerPen,
796 Qt::Alignment alignment)
797 : AbstractLayoutItem(alignment)
798 , mDiagram(diagram)
799 , mLineLength(lineLength)
800 , mLinePen(linePen)
801 , mMarkerOffs(markerOffs)
802 , mMarker(marker)
803 , mMarkerBrush(markerBrush)
804 , mMarkerPen(markerPen)
805{
806}
807
808Qt::Orientations KDChart::LineWithMarkerLayoutItem::expandingDirections() const
809{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected