16 #ifndef QGSVALUEMAPCONFIGDLG_H 17 #define QGSVALUEMAPCONFIGDLG_H 19 #include "ui_qgsvaluemapconfigdlgbase.h" 40 QVariantMap
config()
override;
41 void setConfig(
const QVariantMap &config )
override;
43 void updateMap(
const QMap<QString, QVariant> &map,
bool insertNull );
52 static void populateComboBox( QComboBox *comboBox,
const QVariantMap &configuration,
bool skipNull );
55 void setRow(
int row,
const QString &value,
const QString &description );
58 void vCellChanged(
int row,
int column );
59 void addNullButtonPushed();
60 void removeSelectedButtonPushed();
61 void loadFromLayerButtonPushed();
62 void loadFromCSVButtonPushed();
65 #endif // QGSVALUEMAPCONFIGDLG_H
Represents a vector layer which manages a vector based data sets.