Reference documentation
Public Types | Static Public Member Functions | List of all members
Colors Class Reference

Contains the predefined colors and static methods to get default colors for series. More...

Public Types

enum  PredefinedColor
 Thistle predefined colors used by default. More...
 

Static Public Member Functions

static QColor predefinedColor (int key)
 Returns the QColor in the enumeration PredefinedColors at the index key. More...
 
static QColor predefinedDarkColor (int key)
 Returns the dark QColor in the enumeration PredefinedColors at the index key. More...
 
static QColor predefinedLightColor (int key)
 Returns the light QColor in the enumeration PredefinedColors at the index key. More...
 
static QColor predefinedRegularColor (int key)
 Returns the regular QColor in the enumeration PredefinedColors at the index key. More...
 

Detailed Description

Contains the predefined colors and static methods to get default colors for series.

Member Enumeration Documentation

Thistle predefined colors used by default.

Member Function Documentation

static QColor predefinedColor ( int  key)
inlinestatic

Returns the QColor in the enumeration PredefinedColors at the index key.

This function is used by ItemStyle to get a color by default.

static QColor predefinedDarkColor ( int  key)
inlinestatic

Returns the dark QColor in the enumeration PredefinedColors at the index key.

This function is used by ItemStyle to get a color by default.

static QColor predefinedLightColor ( int  key)
inlinestatic

Returns the light QColor in the enumeration PredefinedColors at the index key.

This function is used by ItemStyle to get a color by default.

static QColor predefinedRegularColor ( int  key)
inlinestatic

Returns the regular QColor in the enumeration PredefinedColors at the index key.

This function is used by ItemStyle to get a color by default.