QGIS API Documentation
2.4.0-Chugiak
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
gui
attributetable
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
7
class
QgsFeatureModel
8
{
9
public
:
10
virtual
QModelIndex
fidToIndex
(
QgsFeatureId
fid ) = 0;
11
};
12
13
#endif // QGSFEATUREMODEL_H
qgsfeature.h
QgsFeatureModel::fidToIndex
virtual QModelIndex fidToIndex(QgsFeatureId fid)=0
QgsFeatureModel
Definition:
qgsfeaturemodel.h:7
QgsFeatureId
qint64 QgsFeatureId
Definition:
qgsfeature.h:30
Generated on Wed Mar 18 2015 11:40:14 for QGIS API Documentation by
1.8.9.1