KD Chart 2  [rev.2.5.1]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Signals | Public Member Functions | Static Public Member Functions | List of all members
KDChart::Palette Class Reference

A Palette is a set of brushes (or colors) to be used for painting data sets. More...

#include <KDChartPalette.h>

Inheritance diagram for KDChart::Palette:
Inheritance graph
[legend]
Collaboration diagram for KDChart::Palette:
Collaboration graph
[legend]

Signals

void changed ()
 Emitted whenever the palette changes. More...
 

Public Member Functions

void addBrush (const QBrush &brush, int position=-1)
 Adds brush to the palette. More...
 
QBrush getBrush (int position) const
 Query the palette for a brush at the specified position. More...
 
bool isValid () const
 
Paletteoperator= (const Palette &)
 
 Palette (QObject *parent=0)
 
 Palette (const Palette &)
 
void removeBrush (int position)
 Remove the brush at position position, if there is one. More...
 
int size () const
 
 ~Palette ()
 

Static Public Member Functions

static const PalettedefaultPalette ()
 Provide access to the three builtin palettes, one with standard bright colors, one with more subdued colors, and one with rainbow colors. More...
 
static const PaletterainbowPalette ()
 
static const PalettesubduedPalette ()
 

Detailed Description

A Palette is a set of brushes (or colors) to be used for painting data sets.

The palette class encapsulates a colletion of brushes, which in the simplest case are colors, to be used for painting a series of data sets. When asked for the m-th color, a palette of size n will wrap around and thus cycle through the available colors.

Three builtin palettes are provided for convenience, one with a default set of colors, one with a subdued color selection, one with rainbow colors.

When a palette changes, it emits a changed() signal. Hook up to it, if you want to repaint when the color selection changes.

Definition at line 49 of file KDChartPalette.h.

Constructor & Destructor Documentation

Palette::Palette ( QObject parent = 0)
explicit

Definition at line 125 of file KDChartPalette.cpp.

Palette::Palette ( const Palette r)

Definition at line 138 of file KDChartPalette.cpp.

Palette::~Palette ( )

Definition at line 131 of file KDChartPalette.cpp.

Member Function Documentation

void Palette::addBrush ( const QBrush &  brush,
int  position = -1 
)

Adds brush to the palette.

If no position is specified, the brush is appended.

Definition at line 162 of file KDChartPalette.cpp.

References changed(), d, and size().

void KDChart::Palette::changed ( )
signal

Emitted whenever the palette changes.

Views listen to this and repaing.

Referenced by addBrush(), and removeBrush().

const Palette & Palette::defaultPalette ( )
static

Provide access to the three builtin palettes, one with standard bright colors, one with more subdued colors, and one with rainbow colors.

Definition at line 107 of file KDChartPalette.cpp.

Referenced by KDChart::Legend::setDefaultColors(), and KDChart::AttributesModel::setPaletteType().

QBrush Palette::getBrush ( int  position) const

Query the palette for a brush at the specified position.

If the position exceeds the size of the palette, it wraps around.

Definition at line 172 of file KDChartPalette.cpp.

References d, isValid(), and size().

Referenced by KDChart::Legend::setDefaultColors(), KDChart::Legend::setRainbowColors(), and KDChart::Legend::setSubduedColors().

bool Palette::isValid ( ) const
Returns
whether this represents a valid palette. For a palette to be valid it needs to have at least one brush associated.

Definition at line 152 of file KDChartPalette.cpp.

References d.

Referenced by getBrush().

Palette & Palette::operator= ( const Palette r)

Definition at line 143 of file KDChartPalette.cpp.

const Palette & Palette::rainbowPalette ( )
static
void Palette::removeBrush ( int  position)

Remove the brush at position position, if there is one.

Definition at line 178 of file KDChartPalette.cpp.

References changed(), d, and size().

int Palette::size ( ) const
Returns
the number of brushed in the palette.

Definition at line 157 of file KDChartPalette.cpp.

References d.

Referenced by addBrush(), getBrush(), removeBrush(), KDChart::Legend::setDefaultColors(), KDChart::Legend::setRainbowColors(), and KDChart::Legend::setSubduedColors().

const Palette & Palette::subduedPalette ( )
static

The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-chart/