QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
#include <qgsnewmemorylayerdialog.h>
Public Member Functions | |
QgsNewMemoryLayerDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
New dialog constructor. More... | |
void | accept () override |
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... | |
Qgis::WkbType | 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 51 of file qgsnewmemorylayerdialog.cpp.
|
override |
Definition at line 316 of file qgsnewmemorylayerdialog.cpp.
QgsCoordinateReferenceSystem QgsNewMemoryLayerDialog::crs | ( | ) | const |
Returns the selected CRS for the new layer.
Definition at line 234 of file qgsnewmemorylayerdialog.cpp.
QgsFields QgsNewMemoryLayerDialog::fields | ( | ) | const |
Returns attributes for the new layer.
Definition at line 254 of file qgsnewmemorylayerdialog.cpp.
QString QgsNewMemoryLayerDialog::layerName | ( | ) | const |
Returns the layer name.
Definition at line 239 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 35 of file qgsnewmemorylayerdialog.cpp.
Qgis::WkbType QgsNewMemoryLayerDialog::selectedType | ( | ) | const |
Returns the selected geometry type.
Definition at line 123 of file qgsnewmemorylayerdialog.cpp.
void QgsNewMemoryLayerDialog::setCrs | ( | const QgsCoordinateReferenceSystem & | crs | ) |
Sets the crs value for the new layer in the dialog.
Definition at line 229 of file qgsnewmemorylayerdialog.cpp.