|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
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 () |
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 42 of file qgsattributeformlegacyinterface.cpp.
|
overridevirtual |
Reimplemented from QgsAttributeFormInterface.
Definition at line 48 of file qgsattributeformlegacyinterface.cpp.