QGIS API Documentation
2.6.0-Brighton
|
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 () | |
void | featureChanged () |
Public Member Functions inherited from QgsAttributeFormInterface | |
QgsAttributeFormInterface (QgsAttributeForm *form) | |
virtual bool | acceptChanges (const QgsFeature &feature) |
virtual void | initForm () |
QgsAttributeForm * | form () |
const QgsFeature & | feature () |
This class helps to support legacy open form scripts to be compatible with the new QgsAttributeForm style interface.
|
explicit |
QgsAttributeFormLegacyInterface::~QgsAttributeFormLegacyInterface | ( | ) |
|
virtual |
Reimplemented from QgsAttributeFormInterface.