QGIS API Documentation
3.0.2-Girona (307d082)
|
#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 true if 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 () |
Getter to 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 195 of file qgsattributetypeloaddialog.cpp.
bool QgsAttributeTypeLoadDialog::insertNull | ( | ) |
Returns true if the "Add NULL value" checkbox has been checked.
Definition at line 163 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 | ( | ) |
Getter to value map which is currently active.
Definition at line 158 of file qgsattributetypeloaddialog.cpp.