|
QGIS API Documentation
3.2.0-Bonn (bc43194)
|
#include <qgssvgselectorwidget.h>

Public Member Functions | |
| QgsSvgSelectorDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close|QDialogButtonBox::Ok, Qt::Orientation orientation=Qt::Horizontal) | |
| Constructor for QgsSvgSelectorDialog. More... | |
| ~QgsSvgSelectorDialog () override | |
| QgsSvgSelectorWidget * | svgSelector () |
| Returns pointer to the embedded SVG selector widget. More... | |
Protected Attributes | |
| QDialogButtonBox * | mButtonBox = nullptr |
| QVBoxLayout * | mLayout = nullptr |
| QgsSvgSelectorWidget * | mSvgSelector = nullptr |
Definition at line 296 of file qgssvgselectorwidget.h.
| QgsSvgSelectorDialog::QgsSvgSelectorDialog | ( | QWidget * | parent = nullptr, |
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags, |
||
| QDialogButtonBox::StandardButtons | buttons = QDialogButtonBox::Close | QDialogButtonBox::Ok, |
||
| Qt::Orientation | orientation = Qt::Horizontal |
||
| ) |
Constructor for QgsSvgSelectorDialog.
Definition at line 518 of file qgssvgselectorwidget.cpp.
|
override |
Definition at line 545 of file qgssvgselectorwidget.cpp.
|
inline |
Returns pointer to the embedded SVG selector widget.
Definition at line 311 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 315 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 314 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 316 of file qgssvgselectorwidget.h.
1.8.13