QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsFeatureListModel::FeatureInfo Struct Reference

#include <qgsfeaturelistmodel.h>

Public Member Functions

 FeatureInfo ()=default

Public Attributes

bool isEdited = false
 True if feature has been edited.
bool isNew = false
 True if feature is a newly added feature.

Detailed Description

Definition at line 46 of file qgsfeaturelistmodel.h.

Constructor & Destructor Documentation

◆ FeatureInfo()

QgsFeatureListModel::FeatureInfo::FeatureInfo ( )
default

Member Data Documentation

◆ isEdited

bool QgsFeatureListModel::FeatureInfo::isEdited = false

True if feature has been edited.

Definition at line 55 of file qgsfeaturelistmodel.h.

◆ isNew

bool QgsFeatureListModel::FeatureInfo::isNew = false

True if feature is a newly added feature.

Definition at line 52 of file qgsfeaturelistmodel.h.


The documentation for this struct was generated from the following file: