KChart
KChartPalette.h
Contains KChart macros.
A Palette is a set of brushes (or colors) to be used for painting data sets.
Definition KChartPalette.h:36
QBrush getBrush(int position) const
Query the palette for a brush at the specified position.
Definition KChartPalette.cpp:159
void removeBrush(int position)
Remove the brush at position position, if there is one.
Definition KChartPalette.cpp:165
void addBrush(const QBrush &brush, int position=-1)
Adds brush to the palette.
Definition KChartPalette.cpp:149
static const Palette & defaultPalette()
Provide access to the three builtin palettes, one with standard bright colors, one with more subdued ...
Definition KChartPalette.cpp:94
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.