| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A color scheme which stores its colors in a gpl palette file. More...
#include <qgscolorscheme.h>

Public Member Functions | |
| QgsGplColorScheme ()=default | |
| QgsNamedColorList | fetchColors (const QString &context=QString(), const QColor &baseColor=QColor()) override | 
| Gets a list of colors from the scheme.   | |
| bool | setColors (const QgsNamedColorList &colors, const QString &context=QString(), const QColor &baseColor=QColor()) override | 
| Sets the colors for the scheme.   | |
  Public Member Functions inherited from QgsColorScheme | |
| QgsColorScheme ()=default | |
| virtual | ~QgsColorScheme ()=default | 
| virtual QgsColorScheme * | clone () const =0 | 
| Clones a color scheme.   | |
| virtual SchemeFlags | flags () const | 
| Returns the current flags for the color scheme.   | |
| virtual bool | isEditable () const | 
| Returns whether the color scheme is editable.   | |
| virtual QString | schemeName () const =0 | 
| Gets the name for the color scheme.   | |
Protected Member Functions | |
| virtual QString | gplFilePath ()=0 | 
| Returns the file path for the associated gpl palette file.   | |
Additional Inherited Members | |
  Public Types inherited from QgsColorScheme | |
| enum | SchemeFlag { ShowInColorDialog = 0x01 , ShowInColorButtonMenu = 0x02 , ShowInAllContexts = ShowInColorDialog | ShowInColorButtonMenu } | 
| Flags for controlling behavior of color scheme.  More... | |
| typedef QFlags< SchemeFlag > | SchemeFlags | 
A color scheme which stores its colors in a gpl palette file.
Definition at line 138 of file qgscolorscheme.h.
      
  | 
  default | 
      
  | 
  overridevirtual | 
Gets a list of colors from the scheme.
The colors can optionally be generated using the supplied context and base color.
| context | string specifying 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. | 
Implements QgsColorScheme.
Definition at line 242 of file qgscolorscheme.cpp.
      
  | 
  protectedpure virtual | 
Returns the file path for the associated gpl palette file.
Implemented in QgsUserColorScheme.
      
  | 
  overridevirtual | 
Sets the colors for the scheme.
This method is only valid for editable color schemes.
| colors | list of colors for the scheme | 
| context | to set colors for | 
| baseColor | base color to set colors for | 
true if colors were set successfully Reimplemented from QgsColorScheme.
Definition at line 260 of file qgscolorscheme.cpp.