GlobeEngine
geViewer::LegendComboBoxModel Class Reference

#include <LegendComboBoxModel.h>

Inheritance diagram for geViewer::LegendComboBoxModel:

Signals

void comboListChanged ()
 
void countChanged ()
 
void fieldTypeChanged ()
 
void selectionChanged (LegendAttributeSelection)
 

Public Member Functions

 LegendComboBoxModel (QObject *parent=0)
 
 LegendComboBoxModel (const QStringList &list, int count, QObject *parent=0)
 
const QStringList comboList ()
 
int count ()
 
QString fieldType ()
 
void setComboList (const QStringList &_comboList)
 
void setCount (int cnt)
 
void setFieldType (QString _type)
 
Q_INVOKABLE void addElement (const QString &element)
 
Q_INVOKABLE void removeElement (int index)
 
Q_INVOKABLE const QString get (int index)
 

Properties

QStringList comboList
 
int count
 
QString fieldType
 

Constructor & Destructor Documentation

geViewer::LegendComboBoxModel::LegendComboBoxModel ( QObject *  parent = 0)
geViewer::LegendComboBoxModel::LegendComboBoxModel ( const QStringList &  list,
int  count,
QObject *  parent = 0 
)

Member Function Documentation

void geViewer::LegendComboBoxModel::addElement ( const QString &  element)
const QStringList geViewer::LegendComboBoxModel::comboList ( )
void geViewer::LegendComboBoxModel::comboListChanged ( )
signal
int geViewer::LegendComboBoxModel::count ( )
void geViewer::LegendComboBoxModel::countChanged ( )
signal
QString geViewer::LegendComboBoxModel::fieldType ( )
void geViewer::LegendComboBoxModel::fieldTypeChanged ( )
signal
const QString geViewer::LegendComboBoxModel::get ( int  index)
void geViewer::LegendComboBoxModel::removeElement ( int  index)
void geViewer::LegendComboBoxModel::selectionChanged ( LegendAttributeSelection  )
signal
void geViewer::LegendComboBoxModel::setComboList ( const QStringList &  _comboList)
void geViewer::LegendComboBoxModel::setCount ( int  cnt)
void geViewer::LegendComboBoxModel::setFieldType ( QString  _type)

Property Documentation

const QStringList geViewer::LegendComboBoxModel::comboList
readwrite
int geViewer::LegendComboBoxModel::count
readwrite
QString geViewer::LegendComboBoxModel::fieldType
readwrite

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