QGIS/python/gui/auto_generated/attributetable/qgsfeaturemodel.sip.in
2025-03-28 14:23:56 +10:00

32 lines
1.3 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/attributetable/qgsfeaturemodel.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsFeatureModel
{
%Docstring(signature="appended")
Base class for feature models.
%End
%TypeHeaderCode
#include "qgsfeaturemodel.h"
%End
public:
virtual ~QgsFeatureModel();
virtual QModelIndex fidToIndex( QgsFeatureId fid ) = 0;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/attributetable/qgsfeaturemodel.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/