| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgsattributetypeloaddialog.h>

| Public Member Functions | |
| QgsAttributeTypeLoadDialog (QgsVectorLayer *vl) | |
| void | accept () override | 
| Overloaded accept method which will write the feature field values, then delegate to QDialog::accept()  More... | |
| bool | insertNull () | 
| Returns trueif the "Add NULL value" checkbox has been checked.  More... | |
| void | setVectorLayer (QgsVectorLayer *layer) | 
| Sets predefined vector layer for selection of data.  More... | |
| QMap< QString, QVariant > & | valueMap () | 
| Returns the value map which is currently active.  More... | |
Definition at line 35 of file qgsattributetypeloaddialog.h.
| QgsAttributeTypeLoadDialog::QgsAttributeTypeLoadDialog | ( | QgsVectorLayer * | vl | ) | 
Definition at line 38 of file qgsattributetypeloaddialog.cpp.
| 
 | override | 
Overloaded accept method which will write the feature field values, then delegate to QDialog::accept()
Definition at line 196 of file qgsattributetypeloaddialog.cpp.
| bool QgsAttributeTypeLoadDialog::insertNull | ( | ) | 
Returns true if the "Add NULL value" checkbox has been checked. 
true if the "Add NULL value" checkbox has been checked. Definition at line 164 of file qgsattributetypeloaddialog.cpp.
| void QgsAttributeTypeLoadDialog::setVectorLayer | ( | QgsVectorLayer * | layer | ) | 
Sets predefined vector layer for selection of data.
| layer | Vector layer which is to be set as predefined one | 
Definition at line 54 of file qgsattributetypeloaddialog.cpp.
| QMap< QString, QVariant > & QgsAttributeTypeLoadDialog::valueMap | ( | ) | 
Returns the value map which is currently active.
Definition at line 159 of file qgsattributetypeloaddialog.cpp.