QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
qgscolorscheme.h File Reference
#include <QString>
#include <QColor>
#include <QPair>
Include dependency graph for qgscolorscheme.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsColorScheme
 Abstract base class for color schemes. More...
class  QgsGplColorScheme
 A color scheme which stores its colors in a gpl palette file. More...
class  QgsUserColorScheme
 A color scheme which stores its colors in a gpl palette file within the "palettes" subfolder off the user's QGIS settings folder. More...
class  QgsRecentColorScheme
 A color scheme which contains the most recently used colors. More...
class  QgsCustomColorScheme
 A color scheme which contains custom colors set through QGIS app options dialog. More...
class  QgsProjectColorScheme
 A color scheme which contains project specific colors set through project properties dialog. More...

Typedefs

typedef QList< QPair< QColor,
QString > > 
QgsNamedColorList
 List of colors paired with a friendly display name identifying the color.

Typedef Documentation

typedef QList< QPair< QColor, QString > > QgsNamedColorList

List of colors paired with a friendly display name identifying the color.

Note
Added in version 2.5