#include <qgscolorswatchgrid.h>
Public Slots |
void | refreshColors () |
| Reload colors from scheme and redraws the widget.
|
Signals |
void | colorChanged (const QColor &color) |
| Emitted when a color has been selected from the widget.
|
Detailed Description
Definition at line 158 of file qgscolorswatchgrid.h.
Constructor & Destructor Documentation
QgsColorSwatchGridAction::QgsColorSwatchGridAction |
( |
QgsColorScheme * |
scheme, |
|
|
QMenu * |
menu = 0 , |
|
|
QString |
context = QString() , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
Construct a new color swatch grid action.
- Parameters
-
scheme | QgsColorScheme for colors to show in grid |
menu | parent menu |
context | context string provided to color scheme |
parent | parent widget |
Definition at line 361 of file qgscolorswatchgrid.cpp.
QgsColorSwatchGridAction::~QgsColorSwatchGridAction |
( |
| ) |
|
|
virtual |
Member Function Documentation
QColor QgsColorSwatchGridAction::baseColor |
( |
| ) |
const |
void QgsColorSwatchGridAction::colorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
Emitted when a color has been selected from the widget.
- Parameters
-
QString QgsColorSwatchGridAction::context |
( |
| ) |
const |
Get the current context for the color grid.
- Returns
- context string which is passed to scheme for color generation
- See Also
- setContext
Definition at line 393 of file qgscolorswatchgrid.cpp.
void QgsColorSwatchGridAction::refreshColors |
( |
| ) |
|
|
slot |
void QgsColorSwatchGridAction::setBaseColor |
( |
const QColor & |
baseColor | ) |
|
Sets the base color for the color grid.
- Parameters
-
baseColor | base color to pass to scheme for color generation |
- See Also
- baseColor
Definition at line 383 of file qgscolorswatchgrid.cpp.
void QgsColorSwatchGridAction::setContext |
( |
const QString & |
context | ) |
|
Sets the current context for the color grid.
- Parameters
-
context | string which is passed to scheme for color generation |
- See Also
- context
Definition at line 398 of file qgscolorswatchgrid.cpp.
The documentation for this class was generated from the following files: