| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgsfeaturelistmodel.h>
| Public Member Functions | |
| FeatureInfo ()=default | |
| Constructor for FeatureInfo.  More... | |
| Public Attributes | |
| bool | isEdited = false | 
| True if feature has been edited.  More... | |
| bool | isNew = false | 
| True if feature is a newly added feature.  More... | |
Definition at line 44 of file qgsfeaturelistmodel.h.
| 
 | default | 
Constructor for FeatureInfo.
| bool QgsFeatureListModel::FeatureInfo::isEdited = false | 
True if feature has been edited.
Definition at line 57 of file qgsfeaturelistmodel.h.
| bool QgsFeatureListModel::FeatureInfo::isNew = false | 
True if feature is a newly added feature.
Definition at line 54 of file qgsfeaturelistmodel.h.