#include <QString>
#include <QVariant>
#include <QVector>
#include <QSharedDataPointer>
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgseditorwidgetsetup.h"
#include "qgsfieldconstraints.h"
#include "qgsdefaultvalue.h"
Go to the source code of this file.
|
class | QgsField |
| Encapsulate a field in an attribute table or data source. More...
|
|
|
CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QgsField &field) |
| Reads a field from stream in into field. QGIS version compatibility is not guaranteed. More...
|
|
| Q_DECLARE_OPERATORS_FOR_FLAGS (QgsField::ConfigurationFlags) CORE_EXPORT QDataStream &operator<<(QDataStream &out |
| Writes the field to stream out. QGIS version compatibility is not guaranteed. More...
|
|
◆ QgsAttributeList
◆ operator>>()
CORE_EXPORT QDataStream& operator>> |
( |
QDataStream & |
in, |
|
|
QgsField & |
field |
|
) |
| |
Reads a field from stream in into field. QGIS version compatibility is not guaranteed.
Definition at line 605 of file qgsfield.cpp.
◆ Q_DECLARE_OPERATORS_FOR_FLAGS()
Q_DECLARE_OPERATORS_FOR_FLAGS |
( |
QgsField::ConfigurationFlags |
| ) |
& |
Writes the field to stream out. QGIS version compatibility is not guaranteed.
◆ field