| QGIS API Documentation 3.99.0-Master (f78f5286a64)
    | 
#include "moc_qgsfield.cpp"#include "qgsfield_p.h"#include "qgis.h"#include "qgsapplication.h"#include "qgsreferencedgeometry.h"#include "qgsvariantutils.h"#include "qgsunsetattributevalue.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 797 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 824 of file qgsfield.cpp.