| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
#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.
 1.8.17