QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | List of all members
QgsAttributeFormInterface Class Reference

#include <qgsattributeforminterface.h>

Inheritance diagram for QgsAttributeFormInterface:
Inheritance graph
[legend]

Public Member Functions

 QgsAttributeFormInterface (QgsAttributeForm *form)
 
virtual ~QgsAttributeFormInterface ()=default
 
virtual bool acceptChanges (const QgsFeature &feature)
 
const QgsFeaturefeature ()
 
virtual void featureChanged ()
 
QgsAttributeFormform ()
 
virtual void initForm ()
 

Detailed Description

Definition at line 28 of file qgsattributeforminterface.h.

Constructor & Destructor Documentation

◆ QgsAttributeFormInterface()

QgsAttributeFormInterface::QgsAttributeFormInterface ( QgsAttributeForm form)
explicit

Definition at line 21 of file qgsattributeforminterface.cpp.

◆ ~QgsAttributeFormInterface()

virtual QgsAttributeFormInterface::~QgsAttributeFormInterface ( )
virtualdefault

Member Function Documentation

◆ acceptChanges()

bool QgsAttributeFormInterface::acceptChanges ( const QgsFeature feature)
virtual

Definition at line 26 of file qgsattributeforminterface.cpp.

◆ feature()

const QgsFeature & QgsAttributeFormInterface::feature ( )

Definition at line 46 of file qgsattributeforminterface.cpp.

◆ featureChanged()

void QgsAttributeFormInterface::featureChanged ( )
virtual

Reimplemented in QgsAttributeFormLegacyInterface.

Definition at line 36 of file qgsattributeforminterface.cpp.

◆ form()

QgsAttributeForm * QgsAttributeFormInterface::form ( )

Definition at line 41 of file qgsattributeforminterface.cpp.

◆ initForm()

void QgsAttributeFormInterface::initForm ( )
virtual

Definition at line 32 of file qgsattributeforminterface.cpp.


The documentation for this class was generated from the following files: