QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Public Attributes | List of all members
QgsFeatureListModel::FeatureInfo Struct Reference

#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...
 

Detailed Description

Definition at line 44 of file qgsfeaturelistmodel.h.

Constructor & Destructor Documentation

◆ FeatureInfo()

QgsFeatureListModel::FeatureInfo::FeatureInfo ( )
default

Constructor for FeatureInfo.

Member Data Documentation

◆ isEdited

bool QgsFeatureListModel::FeatureInfo::isEdited = false

True if feature has been edited.

Definition at line 57 of file qgsfeaturelistmodel.h.

◆ isNew

bool QgsFeatureListModel::FeatureInfo::isNew = false

True if feature is a newly added feature.

Definition at line 54 of file qgsfeaturelistmodel.h.


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