QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qgsfeaturemodel.h
Go to the documentation of this file.
1 #ifndef QGSFEATUREMODEL_H
2 #define QGSFEATUREMODEL_H
3 
4 #include "qgsfeature.h" // QgsFeatureId
5 #include <QModelIndex>
6 
8 {
9  public:
10  virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
11 };
12 
13 #endif // QGSFEATUREMODEL_H