QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Static Public Member Functions | List of all members
QgsNewVectorLayerDialog Class Reference

#include <qgsnewvectorlayerdialog.h>

Inheritance diagram for QgsNewVectorLayerDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsNewVectorLayerDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
 New dialog constructor. More...
 
 ~QgsNewVectorLayerDialog () override
 
void attributes (QList< QPair< QString, QString > > &at) const
 Appends the chosen attribute names and types to at. More...
 
QgsCoordinateReferenceSystem crs () const
 Returns the selected CRS for the new layer. More...
 
QString filename () const
 Returns the name for the new layer. More...
 
QString selectedFileEncoding () const
 Returns the file format for storage. More...
 
QString selectedFileFormat () const
 Returns the file format for storage. 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...
 
void setFilename (const QString &filename)
 Sets the initial file name to show in the dialog. More...
 

Static Public Member Functions

static QString execAndCreateLayer (QString &errorMessage, QWidget *parent=nullptr, const QString &initialPath=QString(), QString *encoding=nullptr, const QgsCoordinateReferenceSystem &crs=QgsCoordinateReferenceSystem())
 Runs the dialog and creates a layer matching the dialog parameters. More...
 
static Q_DECL_DEPRECATED QString runAndCreateLayer (QWidget *parent=nullptr, QString *enc=nullptr, const QgsCoordinateReferenceSystem &crs=QgsCoordinateReferenceSystem(), const QString &initialPath=QString())
 Runs the dialog and creates a layer matching the dialog parameters. More...
 

Detailed Description

Definition at line 32 of file qgsnewvectorlayerdialog.h.

Constructor & Destructor Documentation

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

New dialog constructor.

Definition at line 35 of file qgsnewvectorlayerdialog.cpp.

QgsNewVectorLayerDialog::~QgsNewVectorLayerDialog ( )
override

Definition at line 120 of file qgsnewvectorlayerdialog.cpp.

Member Function Documentation

void QgsNewVectorLayerDialog::attributes ( QList< QPair< QString, QString > > &  at) const

Appends the chosen attribute names and types to at.

Definition at line 210 of file qgsnewvectorlayerdialog.cpp.

QgsCoordinateReferenceSystem QgsNewVectorLayerDialog::crs ( ) const

Returns the selected CRS for the new layer.

See also
setCrs()

Definition at line 182 of file qgsnewvectorlayerdialog.cpp.

QString QgsNewVectorLayerDialog::execAndCreateLayer ( QString &  errorMessage,
QWidget *  parent = nullptr,
const QString &  initialPath = QString(),
QString *  encoding = nullptr,
const QgsCoordinateReferenceSystem crs = QgsCoordinateReferenceSystem() 
)
static

Runs the dialog and creates a layer matching the dialog parameters.

If the initialPath argument is specified, then the dialog will default to the specified filename.

Returns a filename if the dialog was accepted, or an empty string if the dialog was canceled. If the dialog was accepted but an error occurred while creating the file, then the function will return an empty string and errorMessage will contain the error message.

If encoding is specified, it will be set to the encoding of the created file.

Parameters
errorMessagewill be set to any error message encountered during layer creation
parentparent widget for dialog
initialPathinitial file path to show in dialog
encodingif specified, will be set to file encoding of created layer
crsdefault layer CRS to show in dialog
Returns
Newly created file name, or an empty string if user canceled or an error occurred.
Since
QGIS 3.4.5

Definition at line 271 of file qgsnewvectorlayerdialog.cpp.

QString QgsNewVectorLayerDialog::filename ( ) const

Returns the name for the new layer.

See also
setFilename()

Definition at line 245 of file qgsnewvectorlayerdialog.cpp.

QString QgsNewVectorLayerDialog::runAndCreateLayer ( QWidget *  parent = nullptr,
QString *  enc = nullptr,
const QgsCoordinateReferenceSystem crs = QgsCoordinateReferenceSystem(),
const QString &  initialPath = QString() 
)
static

Runs the dialog and creates a layer matching the dialog parameters.

If the initialPath argument is specified, then the dialog will default to the specified filename.

Returns
fileName on success, empty string use aborted, QString() if creation failed
Deprecated:
in QGIS 3.4.5 - use execAndCreateLayer() instead.

Definition at line 262 of file qgsnewvectorlayerdialog.cpp.

QString QgsNewVectorLayerDialog::selectedFileEncoding ( ) const

Returns the file format for storage.

Definition at line 230 of file qgsnewvectorlayerdialog.cpp.

QString QgsNewVectorLayerDialog::selectedFileFormat ( ) const

Returns the file format for storage.

Definition at line 223 of file qgsnewvectorlayerdialog.cpp.

QgsWkbTypes::Type QgsNewVectorLayerDialog::selectedType ( ) const

Returns the selected geometry type.

Definition at line 167 of file qgsnewvectorlayerdialog.cpp.

void QgsNewVectorLayerDialog::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 187 of file qgsnewvectorlayerdialog.cpp.

void QgsNewVectorLayerDialog::setFilename ( const QString &  filename)

Sets the initial file name to show in the dialog.

See also
filename()
Since
QGIS 3.4.5

Definition at line 250 of file qgsnewvectorlayerdialog.cpp.


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