QGIS API Documentation 3.41.0-Master (cea29feecf2)
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
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:
Inheritance graph
[legend]

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 371 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

◆ QgsSvgSelectorWidget()

QgsSvgSelectorWidget::QgsSvgSelectorWidget ( QWidget *  parent = nullptr)

Constructor for QgsSvgSelectorWidget.

Definition at line 385 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 404 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 410 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 422 of file qgssvgselectorwidget.h.

◆ currentSvgPath()

QString QgsSvgSelectorWidget::currentSvgPath ( ) const

Definition at line 467 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 433 of file qgssvgselectorwidget.cpp.

◆ populateList()

void QgsSvgSelectorWidget::populateList ( )
protected

Definition at line 529 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 490 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 472 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 481 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 462 of file qgssvgselectorwidget.cpp.

◆ setSvgPath

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

Accepts absolute paths.

Definition at line 439 of file qgssvgselectorwidget.cpp.

◆ sourceLineEdit()

QgsPictureSourceLineEditBase * QgsSvgSelectorWidget::sourceLineEdit ( ) const
inline

Returns the source line edit.

Since
QGIS 3.16

Definition at line 391 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: