QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
QgsAttributeTypeLoadDialog Class Reference

#include <qgsattributetypeloaddialog.h>

Public Member Functions

 QgsAttributeTypeLoadDialog (QgsVectorLayer *vl)
 ~QgsAttributeTypeLoadDialog ()
void accept ()
 Overloaded accept method which will write the feature field values, then delegate to QDialog::accept()
void setVectorLayer (QgsVectorLayer *layer)
 Sets predefined vector layer for selection of data.
QMap< QString, QVariant > & valueMap ()
 Getter to value map which is currently active.
bool insertNull ()
 Returns true if the "Add NULL value" checkbox has been checked.

Constructor & Destructor Documentation

QgsAttributeTypeLoadDialog::QgsAttributeTypeLoadDialog ( QgsVectorLayer vl)
QgsAttributeTypeLoadDialog::~QgsAttributeTypeLoadDialog ( )

Member Function Documentation

void QgsAttributeTypeLoadDialog::accept ( )

Overloaded accept method which will write the feature field values, then delegate to QDialog::accept()

bool QgsAttributeTypeLoadDialog::insertNull ( )

Returns true if the "Add NULL value" checkbox has been checked.

Returns
true if the "Add NULL value" checkbox has been checked.
void QgsAttributeTypeLoadDialog::setVectorLayer ( QgsVectorLayer layer)

Sets predefined vector layer for selection of data.

Parameters
layerVector layer which is to be set as predefined one
QMap< QString, QVariant > & QgsAttributeTypeLoadDialog::valueMap ( )

Getter to value map which is currently active.

Returns
value map of vlues selected from layer

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