QGIS API Documentation 3.39.0-Master (3aed037ce22)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 44 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 54 of file qgsfeaturelistmodel.h.

◆ isNew

bool QgsFeatureListModel::FeatureInfo::isNew = false

True if feature is a newly added feature.

Definition at line 51 of file qgsfeaturelistmodel.h.


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