QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
This class helps to support legacy open form scripts to be compatible with the new QgsAttributeForm style interface. More...
#include <qgsattributeformlegacyinterface.h>
Public Member Functions | |
QgsAttributeFormLegacyInterface (const QString &function, const QString &pyFormName, QgsAttributeForm *form) | |
~QgsAttributeFormLegacyInterface () override | |
void | featureChanged () override |
Public Member Functions inherited from QgsAttributeFormInterface | |
QgsAttributeFormInterface (QgsAttributeForm *form) | |
virtual | ~QgsAttributeFormInterface ()=default |
virtual bool | acceptChanges (const QgsFeature &feature) |
const QgsFeature & | feature () |
QgsAttributeForm * | form () |
virtual void | initForm () |
This class helps to support legacy open form scripts to be compatible with the new QgsAttributeForm style interface.
Definition at line 32 of file qgsattributeformlegacyinterface.h.
|
explicit |
Definition at line 25 of file qgsattributeformlegacyinterface.cpp.
|
override |
Definition at line 41 of file qgsattributeformlegacyinterface.cpp.
|
overridevirtual |
Reimplemented from QgsAttributeFormInterface.
Definition at line 47 of file qgsattributeformlegacyinterface.cpp.