11 #ifndef KDCHARTABSTRACTAREAWIDGET_H
12 #define KDCHARTABSTRACTAREAWIDGET_H
14 #include <QPaintEvent>
48 void paintEvent(QPaintEvent *event)
override;
56 virtual void paintIntoRect(QPainter &painter,
const QRect &rect);
69 virtual void paint(QPainter *painter) = 0;
75 void paintAll(QPainter &painter);
80 virtual void forceRebuild();
87 virtual void needSizeHint();
88 virtual void resizeLayout(
const QSize &);
95 QRect areaGeometry()
const override;
96 void positionHasChanged()
override;
#define KDCHART_DECLARE_PRIVATE_DERIVED_QWIDGET(X)
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background,...