QGIS/python/gui/attributetable/qgsfeaturemodel.sip

10 lines
179 B
Plaintext
Raw Normal View History

class QgsFeatureModel
{
%TypeHeaderCode
#include <qgsfeaturemodel.h>
%End
public:
2015-05-30 08:57:55 +10:00
virtual ~QgsFeatureModel();
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
};