A color scheme which contains the most recently used colors.
More...
#include <qgscolorscheme.h>
Detailed Description
A color scheme which contains the most recently used colors.
- Note
- Added in version 2.5
Constructor & Destructor Documentation
QgsRecentColorScheme::QgsRecentColorScheme |
( |
| ) |
|
QgsRecentColorScheme::~QgsRecentColorScheme |
( |
| ) |
|
|
virtual |
Member Function Documentation
Clones a color scheme.
- Returns
- copy of color scheme
Implements QgsColorScheme.
QgsNamedColorList QgsRecentColorScheme::fetchColors |
( |
const QString |
context = QString() , |
|
|
const QColor |
baseColor = QColor() |
|
) |
| |
|
virtual |
Gets a list of colors from the scheme.
The colors can optionally be generated using the supplied context and base color.
- Parameters
-
context | string specifiying an optional context for the returned colors. For instance, a "recent colors" scheme may filter returned colors by context so that colors used only in a "composer" context are returned. |
baseColor | base color for the scheme's colors. Some color schemes may take advantage of this to filter or modify their returned colors to colors related to the base color. |
- Returns
- a list of QPairs of color and color name
Implements QgsColorScheme.
virtual SchemeFlags QgsRecentColorScheme::flags |
( |
| ) |
const |
|
inlinevirtual |
Returns the current flags for the color scheme.
- Returns
- current flags
Reimplemented from QgsColorScheme.
virtual QString QgsRecentColorScheme::schemeName |
( |
| ) |
const |
|
inlinevirtual |
Gets the name for the color scheme.
- Returns
- color scheme name
Implements QgsColorScheme.
The documentation for this class was generated from the following files: