QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Static Public Member Functions | List of all members
QgsNewMemoryLayerDialog Class Reference

#include <qgsnewmemorylayerdialog.h>

Inheritance diagram for QgsNewMemoryLayerDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsNewMemoryLayerDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
 New dialog constructor. More...
 
QgsCoordinateReferenceSystem crs () const
 Returns the selected CRS for the new layer. More...
 
QgsFields fields () const
 Returns attributes for the new layer. More...
 
QString layerName () const
 Returns the layer name. More...
 
QgsWkbTypes::Type selectedType () const
 Returns the selected geometry type. More...
 
void setCrs (const QgsCoordinateReferenceSystem &crs)
 Sets the crs value for the new layer in the dialog. More...
 

Static Public Member Functions

static QgsVectorLayerrunAndCreateLayer (QWidget *parent=nullptr, const QgsCoordinateReferenceSystem &defaultCrs=QgsCoordinateReferenceSystem())
 Runs the dialog and creates a new memory layer. More...
 

Detailed Description

Definition at line 33 of file qgsnewmemorylayerdialog.h.

Constructor & Destructor Documentation

◆ QgsNewMemoryLayerDialog()

QgsNewMemoryLayerDialog::QgsNewMemoryLayerDialog ( QWidget *  parent = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags 
)

New dialog constructor.

Definition at line 54 of file qgsnewmemorylayerdialog.cpp.

Member Function Documentation

◆ crs()

QgsCoordinateReferenceSystem QgsNewMemoryLayerDialog::crs ( ) const

Returns the selected CRS for the new layer.

See also
setCrs()

Definition at line 226 of file qgsnewmemorylayerdialog.cpp.

◆ fields()

QgsFields QgsNewMemoryLayerDialog::fields ( ) const

Returns attributes for the new layer.

Since
QGIS 3.14

Definition at line 246 of file qgsnewmemorylayerdialog.cpp.

◆ layerName()

QString QgsNewMemoryLayerDialog::layerName ( ) const

Returns the layer name.

Definition at line 231 of file qgsnewmemorylayerdialog.cpp.

◆ runAndCreateLayer()

QgsVectorLayer * QgsNewMemoryLayerDialog::runAndCreateLayer ( QWidget *  parent = nullptr,
const QgsCoordinateReferenceSystem defaultCrs = QgsCoordinateReferenceSystem() 
)
static

Runs the dialog and creates a new memory layer.

Parameters
parentparent widget
defaultCrsdefault layer CRS to show in dialog
Returns
new memory layer

Definition at line 38 of file qgsnewmemorylayerdialog.cpp.

◆ selectedType()

QgsWkbTypes::Type QgsNewMemoryLayerDialog::selectedType ( ) const

Returns the selected geometry type.

Definition at line 122 of file qgsnewmemorylayerdialog.cpp.

◆ setCrs()

void QgsNewMemoryLayerDialog::setCrs ( const QgsCoordinateReferenceSystem crs)

Sets the crs value for the new layer in the dialog.

See also
crs()
Since
QGIS 3.0

Definition at line 221 of file qgsnewmemorylayerdialog.cpp.


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