QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Public Slots | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
QgsGradientFillSymbolLayerWidget Class Reference

#include <qgssymbollayerwidget.h>

Inheritance diagram for QgsGradientFillSymbolLayerWidget:
Inheritance graph
[legend]

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
 
QgsSymbolLayersymbolLayer () 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 QgsVectorLayervectorLayer () const
 Returns the vector layer associated with the widget. More...
 
- Public Member Functions inherited from QgsExpressionContextGenerator
virtual ~QgsExpressionContextGenerator ()=default
 

Static Public Member Functions

static QgsSymbolLayerWidgetcreate (QgsVectorLayer *vl)
 Creates a new QgsGradientFillSymbolLayerWidget. More...
 

Protected Attributes

QgsGradientFillSymbolLayermLayer = 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...
 

Detailed Description

Definition at line 357 of file qgssymbollayerwidget.h.

Constructor & Destructor Documentation

◆ QgsGradientFillSymbolLayerWidget()

QgsGradientFillSymbolLayerWidget::QgsGradientFillSymbolLayerWidget ( QgsVectorLayer vl,
QWidget *  parent = nullptr 
)

Constructor for QgsGradientFillSymbolLayerWidget.

Parameters
vlassociated vector layer
parentparent widget

Definition at line 1213 of file qgssymbollayerwidget.cpp.

Member Function Documentation

◆ applyColorRamp

void QgsGradientFillSymbolLayerWidget::applyColorRamp ( )
slot

Applies the color ramp passed on by the color ramp button.

Definition at line 1431 of file qgssymbollayerwidget.cpp.

◆ create()

static QgsSymbolLayerWidget* QgsGradientFillSymbolLayerWidget::create ( QgsVectorLayer vl)
inlinestatic

Creates a new QgsGradientFillSymbolLayerWidget.

Parameters
vlassociated vector layer

Definition at line 374 of file qgssymbollayerwidget.h.

◆ setColor

void QgsGradientFillSymbolLayerWidget::setColor ( const QColor &  color)
slot

Definition at line 1406 of file qgssymbollayerwidget.cpp.

◆ setColor2

void QgsGradientFillSymbolLayerWidget::setColor2 ( const QColor &  color)
slot

Definition at line 1412 of file qgssymbollayerwidget.cpp.

◆ setCoordinateMode

void QgsGradientFillSymbolLayerWidget::setCoordinateMode ( int  index)
slot

Definition at line 1471 of file qgssymbollayerwidget.cpp.

◆ setGradientSpread

void QgsGradientFillSymbolLayerWidget::setGradientSpread ( int  index)
slot

Definition at line 1497 of file qgssymbollayerwidget.cpp.

◆ setGradientType

void QgsGradientFillSymbolLayerWidget::setGradientType ( int  index)
slot

Definition at line 1440 of file qgssymbollayerwidget.cpp.

◆ setSymbolLayer()

void QgsGradientFillSymbolLayerWidget::setSymbolLayer ( QgsSymbolLayer layer)
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 1261 of file qgssymbollayerwidget.cpp.

◆ symbolLayer()

QgsSymbolLayer * QgsGradientFillSymbolLayerWidget::symbolLayer ( )
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 1401 of file qgssymbollayerwidget.cpp.

Member Data Documentation

◆ mLayer

QgsGradientFillSymbolLayer* QgsGradientFillSymbolLayerWidget::mLayer = nullptr
protected

Definition at line 393 of file qgssymbollayerwidget.h.


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