|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include "qgsfield_p.h"#include "qgis.h"#include "qgsapplication.h"#include "qgsreferencedgeometry.h"#include "qgsvariantutils.h"#include <QDataStream>#include <QIcon>#include <QLocale>#include <QJsonDocument>
Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const QgsField &field) |
| Writes the field to stream out. QGIS version compatibility is not guaranteed. | |
| QDataStream & | operator>> (QDataStream &in, QgsField &field) |
| Reads a field from stream in into field. QGIS version compatibility is not guaranteed. | |
| QDataStream & operator<< | ( | QDataStream & | out, |
| const QgsField & | field | ||
| ) |
Writes the field to stream out. QGIS version compatibility is not guaranteed.
Definition at line 745 of file qgsfield.cpp.
| QDataStream & operator>> | ( | QDataStream & | in, |
| QgsField & | field | ||
| ) |
Reads a field from stream in into field. QGIS version compatibility is not guaranteed.
Definition at line 771 of file qgsfield.cpp.