![]() |
KD Chart API Documentation
3.1
|
#include <KDChartLayoutItems.h>
Public Member Functions | |
MarkerLayoutItem (AbstractDiagram *diagram, const MarkerAttributes &marker, const QBrush &brush, const QPen &pen, 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 |
Static Public Member Functions | |
static void | paintIntoRect (QPainter *painter, const QRect &rect, AbstractDiagram *diagram, const MarkerAttributes &marker, const QBrush &brush, const QPen &pen) |
Additional Inherited Members | |
![]() | |
QWidget * | mParent = nullptr |
QLayout * | mParentLayout = nullptr |
Layout item showing a data point marker
Definition at line 209 of file KDChartLayoutItems.h.
KDChart::MarkerLayoutItem::MarkerLayoutItem | ( | KDChart::AbstractDiagram * | diagram, |
const MarkerAttributes & | marker, | ||
const QBrush & | brush, | ||
const QPen & | pen, | ||
Qt::Alignment | alignment = {} |
||
) |
Definition at line 604 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 616 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 621 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 626 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 631 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 636 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements KDChart::AbstractLayoutItem.
Definition at line 652 of file KDChartLayoutItems.cpp.
|
static |
Definition at line 657 of file KDChartLayoutItems.cpp.
References KDChart::MarkerAttributes::markerSize(), and KDChart::AbstractDiagram::paintMarker().
Referenced by KDChart::LineWithMarkerLayoutItem::paint().
|
override |
Definition at line 641 of file KDChartLayoutItems.cpp.
|
override |
Definition at line 646 of file KDChartLayoutItems.cpp.