| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include <qgssymbollayerwidget.h>

| Public Slots | |
| void | applyColorRamp () | 
| Applies the color ramp passed on by the color ramp button.  More... | |
| void | setColor (const QColor &color) | 
| void | setColor2 (const QColor &color) | 
| void | setCoordinateMode (int index) | 
| void | setGradientSpread (int index) | 
| void | setGradientType (int index) | 
| Public Member Functions | |
| QgsGradientFillSymbolLayerWidget (QgsVectorLayer *vl, QWidget *parent=nullptr) | |
| Constructor for QgsGradientFillSymbolLayerWidget.  More... | |
| void | setSymbolLayer (QgsSymbolLayer *layer) override | 
| QgsSymbolLayer * | symbolLayer () override | 
|  Public Member Functions inherited from QgsSymbolLayerWidget | |
| QgsSymbolLayerWidget (QWidget *parent, QgsVectorLayer *vl=nullptr) | |
| Constructor for QgsSymbolLayerWidget.  More... | |
| QgsSymbolWidgetContext | context () const | 
| Returns the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.  More... | |
| virtual void | setContext (const QgsSymbolWidgetContext &context) | 
| Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.  More... | |
| const QgsVectorLayer * | vectorLayer () const | 
| Returns the vector layer associated with the widget.  More... | |
|  Public Member Functions inherited from QgsExpressionContextGenerator | |
| virtual | ~QgsExpressionContextGenerator ()=default | 
| Static Public Member Functions | |
| static QgsSymbolLayerWidget * | create (QgsVectorLayer *vl) | 
| Creates a new QgsGradientFillSymbolLayerWidget.  More... | |
| Protected Attributes | |
| QgsGradientFillSymbolLayer * | mLayer = nullptr | 
| Additional Inherited Members | |
|  Signals inherited from QgsSymbolLayerWidget | |
| void | changed () | 
| Should be emitted whenever configuration changes happened on this symbol layer configuration.  More... | |
| void | symbolChanged () | 
| Should be emitted whenever the sub symbol changed on this symbol layer configuration.  More... | |
|  Protected Slots inherited from QgsSymbolLayerWidget | |
| void | updateDataDefinedProperty () | 
|  Protected Member Functions inherited from QgsSymbolLayerWidget | |
| QgsExpressionContext | createExpressionContext () const override | 
| This method needs to be reimplemented in all classes which implement this interface and return an expression context.  More... | |
| void | registerDataDefinedButton (QgsPropertyOverrideButton *button, QgsSymbolLayer::Property key) | 
| Registers a data defined override button.  More... | |
Definition at line 366 of file qgssymbollayerwidget.h.
| QgsGradientFillSymbolLayerWidget::QgsGradientFillSymbolLayerWidget | ( | QgsVectorLayer * | vl, | 
| QWidget * | parent = nullptr | ||
| ) | 
Constructor for QgsGradientFillSymbolLayerWidget.
| vl | associated vector layer | 
| parent | parent widget | 
Definition at line 1288 of file qgssymbollayerwidget.cpp.
| 
 | slot | 
Applies the color ramp passed on by the color ramp button.
Definition at line 1506 of file qgssymbollayerwidget.cpp.
| 
 | inlinestatic | 
Creates a new QgsGradientFillSymbolLayerWidget.
| vl | associated vector layer | 
Definition at line 383 of file qgssymbollayerwidget.h.
| 
 | slot | 
Definition at line 1481 of file qgssymbollayerwidget.cpp.
| 
 | slot | 
Definition at line 1487 of file qgssymbollayerwidget.cpp.
| 
 | slot | 
Definition at line 1546 of file qgssymbollayerwidget.cpp.
| 
 | slot | 
Definition at line 1572 of file qgssymbollayerwidget.cpp.
| 
 | slot | 
Definition at line 1515 of file qgssymbollayerwidget.cpp.
| 
 | overridevirtual | 
Implements QgsSymbolLayerWidget.
Definition at line 1336 of file qgssymbollayerwidget.cpp.
| 
 | overridevirtual | 
Implements QgsSymbolLayerWidget.
Definition at line 1476 of file qgssymbollayerwidget.cpp.
| 
 | protected | 
Definition at line 402 of file qgssymbollayerwidget.h.