QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
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...
 
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 477 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 557 of file qgssvgselectorwidget.cpp.

Member Function Documentation

◆ svgSelector()

QgsSvgSelectorWidget* QgsSvgSelectorDialog::svgSelector ( )
inline

Returns pointer to the embedded SVG selector widget.

Definition at line 491 of file qgssvgselectorwidget.h.

Member Data Documentation

◆ mButtonBox

QDialogButtonBox* QgsSvgSelectorDialog::mButtonBox = nullptr
protected

Definition at line 495 of file qgssvgselectorwidget.h.

◆ mLayout

QVBoxLayout* QgsSvgSelectorDialog::mLayout = nullptr
protected

Definition at line 494 of file qgssvgselectorwidget.h.

◆ mSvgSelector

QgsSvgSelectorWidget* QgsSvgSelectorDialog::mSvgSelector = nullptr
protected

Definition at line 496 of file qgssvgselectorwidget.h.


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