1 #ifndef GE_LegendComboBoxModel_H
2 #define GE_LegendComboBoxModel_H
4 #include "OpenGL_Includes.h"
38 Q_INVOKABLE
void addElement(const QString &element);
40 Q_INVOKABLE const QString
get(
int index);
44 void comboListChanged();
54 QStringList listofElements;
56 QString attributeType;
int index
Definition: LegendComboBoxModel.h:13
std::string field
Definition: LegendComboBoxModel.h:14
Definition: LegendComboBoxModel.h:17
Definition: FeaturePanel.h:10
Q_INVOKABLE void removeElement(int index)
Definition: LegendComboBoxModel.cpp:71
void setCount(int cnt)
Definition: LegendComboBoxModel.cpp:49
Q_INVOKABLE void addElement(const QString &element)
Definition: LegendComboBoxModel.cpp:58
void setComboList(const QStringList &_comboList)
Definition: LegendComboBoxModel.cpp:33
Definition: LegendComboBoxModel.h:11
const QStringList comboList()
Q_INVOKABLE const QString get(int index)
Definition: LegendComboBoxModel.cpp:87
void selectionChanged(LegendAttributeSelection)
void setFieldType(QString _type)
Definition: LegendComboBoxModel.cpp:43