23 #ifndef KDCHARTABSTRACTAREABASE_H
24 #define KDCHARTABSTRACTAREABASE_H
43 class BackgroundAttributes;
44 class FrameAttributes;
90 virtual void paintBackground( QPainter& painter,
const QRect& rectangle );
91 virtual void paintFrame( QPainter& painter,
const QRect& rectangle );
93 static void paintBackgroundAttributes( QPainter& painter,
const QRect& rectangle,
95 static void paintFrameAttributes( QPainter& painter,
const QRect& rectangle,
103 void getFrameLeadings(
int& left,
int& top,
int& right,
int& bottom )
const;
112 QRect innerRect()
const;
119 virtual QRect areaGeometry()
const = 0;
127 virtual void positionHasChanged();
132 #endif // KDCHARTABSTRACTAREABASE_H