QGIS API Documentation
2.6.0-Brighton
|
#include <qgsattributeforminterface.h>
Public Member Functions | |
QgsAttributeFormInterface (QgsAttributeForm *form) | |
virtual bool | acceptChanges (const QgsFeature &feature) |
virtual void | initForm () |
virtual void | featureChanged () |
QgsAttributeForm * | form () |
const QgsFeature & | feature () |
|
explicit |
|
virtual |
const QgsFeature & QgsAttributeFormInterface::feature | ( | ) |
|
virtual |
Reimplemented in QgsAttributeFormLegacyInterface.
QgsAttributeForm * QgsAttributeFormInterface::form | ( | ) |
|
virtual |