11 #ifndef KDCHARTABSTRACTAREABASE_H
12 #define KDCHARTABSTRACTAREABASE_H
30 class BackgroundAttributes;
31 class FrameAttributes;
74 virtual void paintBackground(QPainter &painter,
const QRect &rectangle);
75 virtual void paintFrame(QPainter &painter,
const QRect &rectangle);
77 static void paintBackgroundAttributes(QPainter &painter,
const QRect &rectangle,
79 static void paintFrameAttributes(QPainter &painter,
const QRect &rectangle,
87 void getFrameLeadings(
int &left,
int &top,
int &right,
int &bottom)
const;
95 QRect innerRect()
const;
110 virtual void positionHasChanged();
#define KDCHART_DECLARE_PRIVATE_BASE_POLYMORPHIC(X)
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background,...
virtual QRect areaGeometry() const =0
A set of attributes for frames around items.
Defines relative position information: reference area, position in this area (reference position),...