23 #ifndef KDCHARTABSTRACTAREA_H 24 #define KDCHARTABSTRACTAREA_H 65 virtual void paintIntoRect( QPainter& painter,
const QRect& rect );
71 void paintAll( QPainter& painter )
override;
85 virtual int leftOverlap(
bool doNotRecalculate=
false )
const;
98 virtual int rightOverlap(
bool doNotRecalculate=
false )
const;
111 virtual int topOverlap(
bool doNotRecalculate=
false )
const;
124 virtual int bottomOverlap(
bool doNotRecalculate=
false )
const;
128 QRect areaGeometry()
const override;
129 void positionHasChanged()
override;
136 #endif // KDCHARTABSTRACTAREA_H #define KDCHART_DECLARE_PRIVATE_DERIVED(X)
An area in the chart with a background, a frame, etc.
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background, a frame, etc.
Base class for all layout items of KD Chart.
Class only listed here to document inheritance of some KDChart classes.