QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 ()
- Public Member Functions inherited from QgsAttributeFormInterface
 QgsAttributeFormInterface (QgsAttributeForm *form)
virtual bool acceptChanges (const QgsFeature &feature)
virtual void initForm ()
QgsAttributeFormform ()
const QgsFeaturefeature ()

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

void QgsAttributeFormLegacyInterface::featureChanged ( )
virtual

Reimplemented from QgsAttributeFormInterface.


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