QGIS API Documentation 3.43.0-Master (b60ef06885e)
qgsnewvectorlayerdialog.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsnewvectorlayerdialog.h - description
3 -------------------
4 begin : October 2004
5 copyright : (C) 2004 by Marco Hugentobler
6 email : marco.hugentobler@autoform.ch
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17#ifndef qgsnewvectorlayerdialog_H
18#define qgsnewvectorlayerdialog_H
19
20#include "ui_qgsnewvectorlayerdialogbase.h"
21#include "qgsguiutils.h"
22#include "qgshelp.h"
23
24#include "qgswkbtypes.h"
25#include "qgis_gui.h"
26#include "qgis_sip.h"
27
33class GUI_EXPORT QgsNewVectorLayerDialog : public QDialog, private Ui::QgsNewVectorLayerDialogBase
34{
35 Q_OBJECT
36
37 public:
47 Q_DECL_DEPRECATED static QString runAndCreateLayer( QWidget *parent = nullptr, QString *enc = nullptr, const QgsCoordinateReferenceSystem &crs = QgsCoordinateReferenceSystem(), const QString &initialPath = QString() ) SIP_DEPRECATED;
48
70 static QString execAndCreateLayer( QString &errorMessage SIP_OUT, QWidget *parent = nullptr, const QString &initialPath = QString(), QString *encoding SIP_OUT = nullptr, const QgsCoordinateReferenceSystem &crs = QgsCoordinateReferenceSystem() );
71
75 QgsNewVectorLayerDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
77 Qgis::WkbType selectedType() const;
79 void attributes( QList<QPair<QString, QString>> &at ) const;
81 QString selectedFileFormat() const;
83 QString selectedFileEncoding() const;
84
90 QString filename() const;
91
99 void setFilename( const QString &filename );
100
106
111 void setCrs( const QgsCoordinateReferenceSystem &crs );
112
113 public slots:
114 void accept() override;
115
116 private slots:
117 void mAddAttributeButton_clicked();
118 void mRemoveAttributeButton_clicked();
119 void mFileFormatComboBox_currentIndexChanged( int index );
120 void mTypeBox_currentIndexChanged( int index );
121 void checkOk();
122
124 void showHelp();
125 void nameChanged( const QString & );
126 void selectionChanged();
127 void moveFieldsUp();
128 void moveFieldsDown();
129
130 private:
131 QPushButton *mOkButton = nullptr;
132
133 void updateExtension();
134};
135
136#endif //qgsnewvectorlayerdialog_H
WkbType
The WKB type describes the number of dimensions a geometry has.
Definition qgis.h:256
Represents a coordinate reference system (CRS).
A dialog for configuring the properties of a new vector layer.
#define SIP_DEPRECATED
Definition qgis_sip.h:106
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:53
#define SIP_OUT
Definition qgis_sip.h:58
const QgsCoordinateReferenceSystem & crs