QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include <QMap>
#include <QString>
#include <QVariant>
#include <QList>
#include <QVector>
#include <QSet>
#include <QExplicitlySharedDataPointer>
#include "qgsfields.h"
Go to the source code of this file.
Classes | |
class | QgsAttributes |
A vector of attributes. More... | |
Typedefs | |
typedef QMap< int, QVariant > | QgsAttributeMap |
typedef QMap< int, QString > | QgsFieldNameMap |
Functions | |
CORE_EXPORT uint | qHash (const QgsAttributes &attributes) |
Hash for QgsAttributes. More... | |
typedef QMap<int, QVariant> QgsAttributeMap |
Definition at line 38 of file qgsattributes.h.
typedef QMap<int, QString> QgsFieldNameMap |
Definition at line 44 of file qgsattributes.h.
CORE_EXPORT uint qHash | ( | const QgsAttributes & | attributes | ) |
Hash for QgsAttributes.
Definition at line 33 of file qgsattributes.cpp.