QGIS API Documentation
2.8.2-Wien
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
Generated on Sun May 10 2015 16:33:25 for QGIS API Documentation by
1.8.1.2