QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#include <qgssvgselectorwidget.h>
Public Slots | |
void | setSvgPath (const QString &svgPath) |
Accepts absolute paths. More... | |
Signals | |
void | svgSelected (const QString &path) |
Public Member Functions | |
QgsSvgSelectorWidget (QWidget *parent=nullptr) | |
Constructor for QgsSvgSelectorWidget. More... | |
QString | currentSvgPath () const |
Protected Member Functions | |
void | populateList () |
Definition at line 254 of file qgssvgselectorwidget.h.
QgsSvgSelectorWidget::QgsSvgSelectorWidget | ( | QWidget * | parent = nullptr | ) |
Constructor for QgsSvgSelectorWidget.
Definition at line 372 of file qgssvgselectorwidget.cpp.
QString QgsSvgSelectorWidget::currentSvgPath | ( | ) | const |
Definition at line 415 of file qgssvgselectorwidget.cpp.
|
protected |
Definition at line 454 of file qgssvgselectorwidget.cpp.
|
slot |
Accepts absolute paths.
Definition at line 392 of file qgssvgselectorwidget.cpp.
|
signal |