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

A widget allowing selection of an SVG file, and configuration of SVG related parameters. More...

#include <qgssvgselectorwidget.h>

Inheritance diagram for QgsSvgSelectorWidget:

Public Slots

void setSvgParameters (const QMap< QString, QgsProperty > &parameters)
 Sets the dynamic parameters.
void setSvgPath (const QString &svgPath)
 Accepts absolute paths.

Signals

void svgParametersChanged (const QMap< QString, QgsProperty > &parameters)
 Emitted when the parameters have changed.
void svgSelected (const QString &path)
 Emitted when an SVG is selected in the widget.

Public Member Functions

 QgsSvgSelectorWidget (QWidget *parent=nullptr)
 Constructor for QgsSvgSelectorWidget.
Q_DECL_DEPRECATED bool allowParamerters () const
 Returns if the group box to fill parameters is visible.
bool allowParameters () const
 Returns if the group box to fill parameters is visible.
bool browserVisible () const
 Returns if the SVG browser should be visible.
QString currentSvgPath () const
void initParametersModel (const QgsExpressionContextGenerator *generator, QgsVectorLayer *layer=nullptr)
 Initialize the parameters model so the context and the layer are referenced.
QgsPropertyOverrideButtonpropertyOverrideToolButton () const
 Returns the property override tool button of the file line edit.
void setAllowParameters (bool allow)
 Defines if the group box to fill parameters is visible.
void setBrowserVisible (bool visible)
 Defines if the SVG browser should be visible.
QgsPictureSourceLineEditBasesourceLineEdit () const
 Returns the source line edit.

Protected Member Functions

void populateList ()

Detailed Description

A widget allowing selection of an SVG file, and configuration of SVG related parameters.

Definition at line 376 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

◆ QgsSvgSelectorWidget()

QgsSvgSelectorWidget::QgsSvgSelectorWidget ( QWidget * parent = nullptr)

Constructor for QgsSvgSelectorWidget.

Definition at line 386 of file qgssvgselectorwidget.cpp.

Member Function Documentation

◆ allowParamerters()

Q_DECL_DEPRECATED bool QgsSvgSelectorWidget::allowParamerters ( ) const
inline

Returns if the group box to fill parameters is visible.

Since
QGIS 3.18
Deprecated
QGIS 3.40. Use allowParameters().

Definition at line 409 of file qgssvgselectorwidget.h.

◆ allowParameters()

bool QgsSvgSelectorWidget::allowParameters ( ) const
inline

Returns if the group box to fill parameters is visible.

Since
QGIS 3.38

Definition at line 415 of file qgssvgselectorwidget.h.

◆ browserVisible()

bool QgsSvgSelectorWidget::browserVisible ( ) const
inline

Returns if the SVG browser should be visible.

Since
QGIS 3.20

Definition at line 427 of file qgssvgselectorwidget.h.

◆ currentSvgPath()

QString QgsSvgSelectorWidget::currentSvgPath ( ) const

Definition at line 468 of file qgssvgselectorwidget.cpp.

◆ initParametersModel()

void QgsSvgSelectorWidget::initParametersModel ( const QgsExpressionContextGenerator * generator,
QgsVectorLayer * layer = nullptr )

Initialize the parameters model so the context and the layer are referenced.

Since
QGIS 3.18

Definition at line 434 of file qgssvgselectorwidget.cpp.

◆ populateList()

void QgsSvgSelectorWidget::populateList ( )
protected

Definition at line 530 of file qgssvgselectorwidget.cpp.

◆ propertyOverrideToolButton()

QgsPropertyOverrideButton * QgsSvgSelectorWidget::propertyOverrideToolButton ( ) const

Returns the property override tool button of the file line edit.

Since
QGIS 3.20

Definition at line 491 of file qgssvgselectorwidget.cpp.

◆ setAllowParameters()

void QgsSvgSelectorWidget::setAllowParameters ( bool allow)

Defines if the group box to fill parameters is visible.

Since
QGIS 3.18

Definition at line 473 of file qgssvgselectorwidget.cpp.

◆ setBrowserVisible()

void QgsSvgSelectorWidget::setBrowserVisible ( bool visible)

Defines if the SVG browser should be visible.

Since
QGIS 3.20

Definition at line 482 of file qgssvgselectorwidget.cpp.

◆ setSvgParameters

void QgsSvgSelectorWidget::setSvgParameters ( const QMap< QString, QgsProperty > & parameters)
slot

Sets the dynamic parameters.

Since
QGIS 3.18

Definition at line 463 of file qgssvgselectorwidget.cpp.

◆ setSvgPath

void QgsSvgSelectorWidget::setSvgPath ( const QString & svgPath)
slot

Accepts absolute paths.

Definition at line 440 of file qgssvgselectorwidget.cpp.

◆ sourceLineEdit()

QgsPictureSourceLineEditBase * QgsSvgSelectorWidget::sourceLineEdit ( ) const
inline

Returns the source line edit.

Since
QGIS 3.16

Definition at line 396 of file qgssvgselectorwidget.h.

◆ svgParametersChanged

void QgsSvgSelectorWidget::svgParametersChanged ( const QMap< QString, QgsProperty > & parameters)
signal

Emitted when the parameters have changed.

Since
QGIS 3.18

◆ svgSelected

void QgsSvgSelectorWidget::svgSelected ( const QString & path)
signal

Emitted when an SVG is selected in the widget.


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