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

A dialog for selection of an SVG file. More...

#include <qgssvgselectorwidget.h>

Inheritance diagram for QgsSvgSelectorDialog:

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.
QgsSvgSelectorWidgetsvgSelector ()
 Returns pointer to the embedded SVG selector widget.

Protected Attributes

QDialogButtonBox * mButtonBox = nullptr
QVBoxLayout * mLayout = nullptr
QgsSvgSelectorWidgetmSvgSelector = nullptr

Detailed Description

A dialog for selection of an SVG file.

Definition at line 480 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

◆ QgsSvgSelectorDialog()

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 550 of file qgssvgselectorwidget.cpp.

Member Function Documentation

◆ svgSelector()

QgsSvgSelectorWidget * QgsSvgSelectorDialog::svgSelector ( )
inline

Returns pointer to the embedded SVG selector widget.

Definition at line 490 of file qgssvgselectorwidget.h.

Member Data Documentation

◆ mButtonBox

QDialogButtonBox* QgsSvgSelectorDialog::mButtonBox = nullptr
protected

Definition at line 494 of file qgssvgselectorwidget.h.

◆ mLayout

QVBoxLayout* QgsSvgSelectorDialog::mLayout = nullptr
protected

Definition at line 493 of file qgssvgselectorwidget.h.

◆ mSvgSelector

QgsSvgSelectorWidget* QgsSvgSelectorDialog::mSvgSelector = nullptr
protected

Definition at line 495 of file qgssvgselectorwidget.h.


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