|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
#include <qgsnewmemorylayerdialog.h>

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 QgsVectorLayer * | runAndCreateLayer (QWidget *parent=nullptr, const QgsCoordinateReferenceSystem &defaultCrs=QgsCoordinateReferenceSystem()) |
| Runs the dialog and creates a new memory layer. More... | |
Definition at line 33 of file qgsnewmemorylayerdialog.h.
| QgsNewMemoryLayerDialog::QgsNewMemoryLayerDialog | ( | QWidget * | parent = nullptr, |
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
| ) |
New dialog constructor.
Definition at line 52 of file qgsnewmemorylayerdialog.cpp.
| QgsCoordinateReferenceSystem QgsNewMemoryLayerDialog::crs | ( | ) | const |
Returns the selected CRS for the new layer.
Definition at line 204 of file qgsnewmemorylayerdialog.cpp.
| QgsFields QgsNewMemoryLayerDialog::fields | ( | ) | const |
Returns attributes for the new layer.
Definition at line 224 of file qgsnewmemorylayerdialog.cpp.
| QString QgsNewMemoryLayerDialog::layerName | ( | ) | const |
Returns the layer name.
Definition at line 209 of file qgsnewmemorylayerdialog.cpp.
|
static |
Runs the dialog and creates a new memory layer.
| parent | parent widget |
| defaultCrs | default layer CRS to show in dialog |
Definition at line 36 of file qgsnewmemorylayerdialog.cpp.
| QgsWkbTypes::Type QgsNewMemoryLayerDialog::selectedType | ( | ) | const |
Returns the selected geometry type.
Definition at line 105 of file qgsnewmemorylayerdialog.cpp.
| void QgsNewMemoryLayerDialog::setCrs | ( | const QgsCoordinateReferenceSystem & | crs | ) |
Sets the crs value for the new layer in the dialog.
Definition at line 199 of file qgsnewmemorylayerdialog.cpp.