QGIS/python/gui/attributetable/qgsfeaturemodel.sip

9 lines
147 B
Plaintext
Raw Normal View History

class QgsFeatureModel
{
%TypeHeaderCode
#include <qgsfeaturemodel.h>
%End
public:
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
};