16 #ifndef QGSEDITORWIDGETWRAPPER_H 
   17 #define QGSEDITORWIDGETWRAPPER_H 
  114     void valueChanged( 
const QVariant& value );
 
  132     virtual void setValue( 
const QVariant& value ) = 0;
 
  141     void valueChanged( 
const QString& value );
 
  150     void valueChanged( 
int value );
 
  159     void valueChanged( 
double value );
 
  168     void valueChanged( 
bool value );
 
  176     void valueChanged( qlonglong value );
 
  190 #endif // QGSEDITORWIDGETWRAPPER_H 
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
 
Encapsulate a field in an attribute table or data source. 
 
Represents a vector layer which manages a vector based data sets. 
 
Q_DECLARE_METATYPE(QgsExpression::Interval)