11 #ifndef KDCHARTABSTRACTAREA_H
12 #define KDCHARTABSTRACTAREA_H
52 virtual void paintIntoRect(QPainter &painter,
const QRect &rect);
58 void paintAll(QPainter &painter)
override;
72 virtual int leftOverlap(
bool doNotRecalculate =
false)
const;
85 virtual int rightOverlap(
bool doNotRecalculate =
false)
const;
98 virtual int topOverlap(
bool doNotRecalculate =
false)
const;
111 virtual int bottomOverlap(
bool doNotRecalculate =
false)
const;
115 QRect areaGeometry()
const override;
116 void positionHasChanged()
override;
#define KDCHART_DECLARE_PRIVATE_DERIVED(X)
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background,...
An area in the chart with a background, a frame, etc.
void positionChanged(AbstractArea *)