![]() |
KD Chart API Documentation
3.1
|
#include <KDChartLayoutItems.h>
Public Member Functions | |
LineWithMarkerLayoutItem (AbstractDiagram *diagram, int lineLength, const QPen &linePen, int markerOffs, const MarkerAttributes &marker, const QBrush &markerBrush, const QPen &markerPen, Qt::Alignment alignment={}) | |
Qt::Orientations | expandingDirections () const override |
QRect | geometry () const override |
bool | isEmpty () const override |
QSize | maximumSize () const override |
QSize | minimumSize () const override |
void | paint (QPainter *) override |
void | setGeometry (const QRect &r) override |
QSize | sizeHint () const override |
![]() | |
AbstractLayoutItem (Qt::Alignment itemAlignment={}) | |
virtual void | paintAll (QPainter &painter) |
virtual void | paintCtx (PaintContext *context) |
QLayout * | parentLayout () |
void | removeFromParentLayout () |
void | setParentLayout (QLayout *lay) |
virtual void | setParentWidget (QWidget *widget) |
virtual void | sizeHintChanged () const |
Additional Inherited Members | |
![]() | |
QWidget * | mParent = nullptr |
QLayout * | mParentLayout = nullptr |
Layout item showing a coloured line and a data point marker
Definition at line 288 of file KDChartLayoutItems.h.
KDChart::LineWithMarkerLayoutItem::LineWithMarkerLayoutItem | ( | KDChart::AbstractDiagram * | diagram, |
int | lineLength, | ||
const QPen & | linePen, | ||
int | markerOffs, | ||
const MarkerAttributes & | marker, | ||
const QBrush & | markerBrush, | ||
const QPen & | markerPen, | ||
Qt::Alignment | alignment = {} |
||
) |
Definition at line 787 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 807 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 812 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 817 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 822 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 827 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements KDChart::AbstractLayoutItem.
Definition at line 843 of file KDChartLayoutItems.cpp.
References KDChart::MarkerLayoutItem::paintIntoRect(), and KDChart::LineLayoutItem::paintIntoRect().
|
override |
Definition at line 832 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 837 of file KDChartLayoutItems.cpp.