QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
QgsProjectColorScheme Class Reference

A color scheme which contains project specific colors set through project properties dialog. More...

#include <qgscolorscheme.h>

Inheritance diagram for QgsProjectColorScheme:
Inheritance graph
[legend]

Public Member Functions

 QgsProjectColorScheme ()
 
virtual ~QgsProjectColorScheme ()
 
QgsColorSchemeclone () const override
 Clones a color scheme. More...
 
virtual QgsNamedColorList fetchColors (const QString &context=QString(), const QColor &baseColor=QColor()) override
 Gets a list of colors from the scheme. More...
 
virtual SchemeFlags flags () const override
 Returns the current flags for the color scheme. More...
 
virtual bool isEditable () const override
 Returns whether the color scheme is editable. More...
 
virtual QString schemeName () const override
 Gets the name for the color scheme. More...
 
virtual bool setColors (const QgsNamedColorList &colors, const QString &context=QString(), const QColor &baseColor=QColor()) override
 Sets the colors for the scheme. More...
 
- Public Member Functions inherited from QgsColorScheme
 QgsColorScheme ()
 
virtual ~QgsColorScheme ()
 

Additional Inherited Members

- Public Types inherited from QgsColorScheme
enum  SchemeFlag { ShowInColorDialog = 0x01, ShowInColorButtonMenu = 0x02, ShowInAllContexts = ShowInColorDialog | ShowInColorButtonMenu }
 Flags for controlling behaviour of color scheme. More...
 

Detailed Description

A color scheme which contains project specific colors set through project properties dialog.

Note
Added in version 2.5

Definition at line 228 of file qgscolorscheme.h.

Constructor & Destructor Documentation

QgsProjectColorScheme::QgsProjectColorScheme ( )

Definition at line 173 of file qgscolorscheme.cpp.

QgsProjectColorScheme::~QgsProjectColorScheme ( )
virtual

Definition at line 178 of file qgscolorscheme.cpp.

Member Function Documentation

QgsColorScheme * QgsProjectColorScheme::clone ( ) const
overridevirtual

Clones a color scheme.

Returns
copy of color scheme

Implements QgsColorScheme.

Definition at line 234 of file qgscolorscheme.cpp.

QgsNamedColorList QgsProjectColorScheme::fetchColors ( const QString context = QString(),
const QColor baseColor = QColor() 
)
overridevirtual

Gets a list of colors from the scheme.

The colors can optionally be generated using the supplied context and base color.

Parameters
contextstring 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.
baseColorbase 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.

Definition at line 183 of file qgscolorscheme.cpp.

virtual SchemeFlags QgsProjectColorScheme::flags ( ) const
inlineoverridevirtual

Returns the current flags for the color scheme.

Returns
current flags

Reimplemented from QgsColorScheme.

Definition at line 238 of file qgscolorscheme.h.

virtual bool QgsProjectColorScheme::isEditable ( ) const
inlineoverridevirtual

Returns whether the color scheme is editable.

Returns
true if scheme is editable
See Also
setColors

Reimplemented from QgsColorScheme.

Definition at line 243 of file qgscolorscheme.h.

virtual QString QgsProjectColorScheme::schemeName ( ) const
inlineoverridevirtual

Gets the name for the color scheme.

Returns
color scheme name

Implements QgsColorScheme.

Definition at line 236 of file qgscolorscheme.h.

bool QgsProjectColorScheme::setColors ( const QgsNamedColorList colors,
const QString context = QString(),
const QColor baseColor = QColor() 
)
overridevirtual

Sets the colors for the scheme.

This method is only valid for editable color schemes.

Parameters
colorslist of colors for the scheme
contextto set colors for
baseColorbase color to set colors for
Returns
true if colors were set successfully
See Also
isEditable

Reimplemented from QgsColorScheme.

Definition at line 212 of file qgscolorscheme.cpp.


The documentation for this class was generated from the following files: