QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsLinearReferencingSymbolLayerWidget Class Reference

A widget for controlling the properties of a QgsLinearReferencingSymbolLayer. More...

#include <qgssymbollayerwidget.h>

Inheritance diagram for QgsLinearReferencingSymbolLayerWidget:

Public Member Functions

 QgsLinearReferencingSymbolLayerWidget (QgsVectorLayer *vl, QWidget *parent=nullptr)
 Constructor for QgsLinearReferencingSymbolLayerWidget.
 ~QgsLinearReferencingSymbolLayerWidget () override
void setContext (const QgsSymbolWidgetContext &context) override
 Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.
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.
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 QgsLinearReferencingSymbolLayerWidget.

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 controlling the properties of a QgsLinearReferencingSymbolLayer.

Since
QGIS 3.40

Definition at line 1281 of file qgssymbollayerwidget.h.

Constructor & Destructor Documentation

◆ QgsLinearReferencingSymbolLayerWidget()

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

Constructor for QgsLinearReferencingSymbolLayerWidget.

Definition at line 5236 of file qgssymbollayerwidget.cpp.

◆ ~QgsLinearReferencingSymbolLayerWidget()

QgsLinearReferencingSymbolLayerWidget::~QgsLinearReferencingSymbolLayerWidget ( )
overridedefault

Member Function Documentation

◆ create()

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

Creates a new QgsLinearReferencingSymbolLayerWidget.

Parameters
vlassociated vector layer

Definition at line 1297 of file qgssymbollayerwidget.h.

◆ setContext()

void QgsLinearReferencingSymbolLayerWidget::setContext ( const QgsSymbolWidgetContext & context)
overridevirtual

Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.

Parameters
contextsymbol widget context
See also
context()

Reimplemented from QgsSymbolLayerWidget.

Definition at line 5426 of file qgssymbollayerwidget.cpp.

◆ setSymbolLayer()

void QgsLinearReferencingSymbolLayerWidget::setSymbolLayer ( QgsSymbolLayer * layer)
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 5371 of file qgssymbollayerwidget.cpp.

◆ symbolLayer()

QgsSymbolLayer * QgsLinearReferencingSymbolLayerWidget::symbolLayer ( )
overridevirtual

Implements QgsSymbolLayerWidget.

Definition at line 5421 of file qgssymbollayerwidget.cpp.


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