23 #ifndef __KDCHART_PALETTE_H__ 24 #define __KDCHART_PALETTE_H__ 61 static const Palette& defaultPalette();
62 static const Palette& subduedPalette();
63 static const Palette& rainbowPalette();
75 void addBrush(
const QBrush & brush,
int position = -1 );
81 QBrush getBrush(
int position )
const;
84 void removeBrush(
int position );
A Palette is a set of brushes (or colors) to be used for painting data sets.
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
Class only listed here to document inheritance of some KDChart classes.