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 );
54 bool eventFilter( QObject *watched, QEvent *event )
override;
57 void setRow(
int row,
const QString &value,
const QString &description );
60 void copySelectionToClipboard();
61 void vCellChanged(
int row,
int column );
62 void addNullButtonPushed();
63 void removeSelectedButtonPushed();
64 void loadFromLayerButtonPushed();
65 void loadFromCSVButtonPushed();
68 #endif // QGSVALUEMAPCONFIGDLG_H
Represents a vector layer which manages a vector based data sets.