QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#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 43 of file qgsfeaturelistmodel.h.
|
default |
Constructor for FeatureInfo.
bool QgsFeatureListModel::FeatureInfo::isEdited = false |
True if feature has been edited.
Definition at line 56 of file qgsfeaturelistmodel.h.
bool QgsFeatureListModel::FeatureInfo::isNew = false |
True if feature is a newly added feature.
Definition at line 53 of file qgsfeaturelistmodel.h.