16#ifndef QGSFIELDCOMBOBOX_H 
   17#define QGSFIELDCOMBOBOX_H 
   42    Q_PROPERTY( 
bool allowEmptyFieldName READ allowEmptyFieldName WRITE setAllowEmptyFieldName )
 
   61    void setAllowEmptyFieldName( 
bool allowEmpty );
 
   67    bool allowEmptyFieldName() 
const;
 
   70    QString currentField() 
const;
 
   88    void setFields( 
const QgsFields &fields );
 
  114    void setField( 
const QString &fieldName );
 
  117    void indexChanged( 
int i );
 
 
A combobox which displays the list of fields of a given layer.
 
void fieldChanged(const QString &fieldName)
Emitted when the currently selected field changes.
 
A proxy model to filter the list of fields of a layer.
 
const Filters & filters() const
Returns the filters controlling displayed fields.
 
Container of fields for a vector layer.
 
Base class for all map layer types.
 
Represents a vector layer which manages a vector based dataset.