|
QGIS API Documentation
2.8.2-Wien
|
#include <qgsvectorlayer.h>

Public Member Functions | |
| QgsAttributeEditorField (QString name, int idx, QObject *parent) | |
| ~QgsAttributeEditorField () | |
| int | idx () const |
| virtual QDomElement | toDomElement (QDomDocument &doc) const override |
Public Member Functions inherited from QgsAttributeEditorElement | |
| QgsAttributeEditorElement (AttributeEditorType type, QString name, QObject *parent=NULL) | |
| virtual | ~QgsAttributeEditorElement () |
| QString | name () const |
| AttributeEditorType | type () const |
Additional Inherited Members | |
Public Types inherited from QgsAttributeEditorElement | |
| enum | AttributeEditorType { AeTypeContainer, AeTypeField, AeTypeRelation, AeTypeInvalid } |
Protected Attributes inherited from QgsAttributeEditorElement | |
| QString | mName |
| AttributeEditorType | mType |
Definition at line 118 of file qgsvectorlayer.h.
|
inline |
Definition at line 121 of file qgsvectorlayer.h.
|
inline |
Definition at line 124 of file qgsvectorlayer.h.
|
inline |
Definition at line 127 of file qgsvectorlayer.h.
|
overridevirtual |
Implements QgsAttributeEditorElement.
Definition at line 3743 of file qgsvectorlayer.cpp.
1.8.1.2