QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Protected Attributes | List of all members
QgsSvgSelectorDialog Class Reference

#include <qgssvgselectorwidget.h>

Inheritance diagram for QgsSvgSelectorDialog:
Inheritance graph
[legend]

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

Protected Attributes

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

Detailed Description

Definition at line 293 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

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

QgsSvgSelectorDialog::~QgsSvgSelectorDialog ( )
override

Definition at line 501 of file qgssvgselectorwidget.cpp.

Member Function Documentation

QgsSvgSelectorWidget* QgsSvgSelectorDialog::svgSelector ( )
inline

Returns pointer to the embedded SVG selector widget.

Definition at line 308 of file qgssvgselectorwidget.h.

Member Data Documentation

QDialogButtonBox* QgsSvgSelectorDialog::mButtonBox = nullptr
protected

Definition at line 312 of file qgssvgselectorwidget.h.

QVBoxLayout* QgsSvgSelectorDialog::mLayout = nullptr
protected

Definition at line 311 of file qgssvgselectorwidget.h.

QgsSvgSelectorWidget* QgsSvgSelectorDialog::mSvgSelector = nullptr
protected

Definition at line 313 of file qgssvgselectorwidget.h.


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