QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsRasterLineSymbolLayerWidget Class Reference

A widget for configuring QgsRasterLineSymbolLayer symbol layers. More...

#include <qgssymbollayerwidget.h>

Inheritance diagram for QgsRasterLineSymbolLayerWidget:

Public Member Functions

 QgsRasterLineSymbolLayerWidget (QgsVectorLayer *vl, QWidget *parent=nullptr)
 Constructor for QgsRasterLineSymbolLayerWidget.
void setSymbolLayer (QgsSymbolLayer *layer) override
QgsSymbolLayersymbolLayer () override
Public Member Functions inherited from QgsSymbolLayerWidget
 QgsSymbolLayerWidget (QWidget *parent, QgsVectorLayer *vl=nullptr)
 Constructor for QgsSymbolLayerWidget.
QgsSymbolWidgetContext context () const
 Returns the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.
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.
const QgsVectorLayervectorLayer () const
 Returns the vector layer associated with the widget.
Public Member Functions inherited from QgsExpressionContextGenerator
virtual ~QgsExpressionContextGenerator ()=default

Static Public Member Functions

static QgsSymbolLayerWidgetcreate (QgsVectorLayer *vl)
 Creates a new QgsRasterLineSymbolLayerWidget.

Protected Attributes

QgsRasterLineSymbolLayermLayer = nullptr

Additional Inherited Members

Signals inherited from QgsSymbolLayerWidget
void changed ()
 Should be emitted whenever configuration changes happened on this symbol layer configuration.
void symbolChanged ()
 Should be emitted whenever the sub symbol changed on this symbol layer configuration.
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.
void registerDataDefinedButton (QgsPropertyOverrideButton *button, QgsSymbolLayer::Property key)
 Registers a data defined override button.

Detailed Description

A widget for configuring QgsRasterLineSymbolLayer symbol layers.

Since
QGIS 3.24

Definition at line 839 of file qgssymbollayerwidget.h.

Constructor & Destructor Documentation

◆ QgsRasterLineSymbolLayerWidget()

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

Constructor for QgsRasterLineSymbolLayerWidget.

Parameters
vlassociated vector layer
parentparent widget

Definition at line 4536 of file qgssymbollayerwidget.cpp.

Member Function Documentation

◆ create()

QgsSymbolLayerWidget * QgsRasterLineSymbolLayerWidget::create ( QgsVectorLayer * vl)
inlinestatic

Creates a new QgsRasterLineSymbolLayerWidget.

Parameters
vlassociated vector layer

Definition at line 856 of file qgssymbollayerwidget.h.

◆ setSymbolLayer()

void QgsRasterLineSymbolLayerWidget::setSymbolLayer ( QgsSymbolLayer * layer)
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 4609 of file qgssymbollayerwidget.cpp.

◆ symbolLayer()

QgsSymbolLayer * QgsRasterLineSymbolLayerWidget::symbolLayer ( )
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 4650 of file qgssymbollayerwidget.cpp.

Member Data Documentation

◆ mLayer

QgsRasterLineSymbolLayer* QgsRasterLineSymbolLayerWidget::mLayer = nullptr
protected

Definition at line 863 of file qgssymbollayerwidget.h.


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