17#ifndef QGSATTRIBUTETYPELOADDIALOG_H
18#define QGSATTRIBUTETYPELOADDIALOG_H
20#include "ui_qgsattributeloadfrommap.h"
77 void createPreview(
int fieldIndex,
bool full =
false );
83 void previewButtonPushed();
90 void loadDataToValueMap();
93 QMap<QString, QVariant> mValueMap;
void accept() override
Overloaded accept method which will write the feature field values, then delegate to QDialog::accept(...
QgsAttributeTypeLoadDialog(QgsVectorLayer *vl)
bool insertNull()
Returns true if the "Add NULL value" checkbox has been checked.
QMap< QString, QVariant > & valueMap()
Returns the value map which is currently active.
void setVectorLayer(QgsVectorLayer *layer)
Sets predefined vector layer for selection of data.
Encapsulate a field in an attribute table or data source.
Map canvas is a class for displaying all GIS data types on a canvas.
Represents a vector layer which manages a vector based dataset.