QGIS API Documentation  2.14.0-Essen
Public Member Functions | List of all members
QgsAttributeFormLegacyInterface Class Reference

This class helps to support legacy open form scripts to be compatible with the new QgsAttributeForm style interface. More...

#include <qgsattributeformlegacyinterface.h>

Inheritance diagram for QgsAttributeFormLegacyInterface:
Inheritance graph
[legend]

Public Member Functions

 QgsAttributeFormLegacyInterface (const QString &function, const QString &pyFormName, QgsAttributeForm *form)
 
 ~QgsAttributeFormLegacyInterface ()
 
void featureChanged () override
 
- Public Member Functions inherited from QgsAttributeFormInterface
 QgsAttributeFormInterface (QgsAttributeForm *form)
 
virtual ~QgsAttributeFormInterface ()
 
virtual bool acceptChanges (const QgsFeature &feature)
 
const QgsFeaturefeature ()
 
QgsAttributeFormform ()
 
virtual void initForm ()
 

Detailed Description

This class helps to support legacy open form scripts to be compatible with the new QgsAttributeForm style interface.

Note
not available in Python bindings

Definition at line 28 of file qgsattributeformlegacyinterface.h.

Constructor & Destructor Documentation

QgsAttributeFormLegacyInterface::QgsAttributeFormLegacyInterface ( const QString function,
const QString pyFormName,
QgsAttributeForm form 
)
explicit

Definition at line 25 of file qgsattributeformlegacyinterface.cpp.

QgsAttributeFormLegacyInterface::~QgsAttributeFormLegacyInterface ( )

Definition at line 41 of file qgsattributeformlegacyinterface.cpp.

Member Function Documentation

void QgsAttributeFormLegacyInterface::featureChanged ( )
overridevirtual

Reimplemented from QgsAttributeFormInterface.

Definition at line 47 of file qgsattributeformlegacyinterface.cpp.


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