2017-06-08 15:51:05 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/attributetable/qgsfeaturemodel.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
class QgsFeatureModel
|
|
|
|
{
|
2017-06-08 15:51:05 +02:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-08 15:51:05 +02:00
|
|
|
#include "qgsfeaturemodel.h"
|
2013-06-22 19:37:41 +02:00
|
|
|
%End
|
|
|
|
public:
|
2015-05-30 08:57:55 +10:00
|
|
|
virtual ~QgsFeatureModel();
|
2017-06-08 15:51:05 +02:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
|
|
|
|
};
|
2017-06-08 15:51:05 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/attributetable/qgsfeaturemodel.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|