QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include <qgsfeaturelistmodel.h>
Public Member Functions | |
FeatureInfo ()=default | |
Constructor for FeatureInfo. | |
Public Attributes | |
bool | isEdited = false |
True if feature has been edited. | |
bool | isNew = false |
True if feature is a newly added feature. | |
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.