GobChartsWidget  1.0
Functions
GobChartsColours Namespace Reference

Manages a fixed list of colours used for colouring the graphics items. More...

Functions

QColor getNextColour ()
 Returns the next available colour in the list.
 
void resetColourIndex ()
 Resets the colour index to the beginning of the list.
 

Detailed Description

Manages a fixed list of colours used for colouring the graphics items.

Function Documentation

QColor GobChartsColours::getNextColour ( )

Returns the next available colour in the list.

Definition at line 48 of file gobchartscolours.cpp.

void GobChartsColours::resetColourIndex ( )

Resets the colour index to the beginning of the list.

Definition at line 64 of file gobchartscolours.cpp.