|
QGIS API Documentation
3.2.0-Bonn (bc43194)
|
#include "qgsfields.h"#include "qgsfield_p.h"#include "qgis.h"#include "qgsapplication.h"#include "qgssettings.h"#include <QDataStream>#include <QIcon>#include <QLocale>
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. More... | |
| QDataStream & | operator>> (QDataStream &in, QgsField &field) |
| Reads a field from stream in into field. QGIS version compatibility is not guaranteed. More... | |
| QDataStream& operator<< | ( | QDataStream & | out, |
| const QgsField & | field | ||
| ) |
Writes the field to stream out. QGIS version compatibility is not guaranteed.
Definition at line 406 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 430 of file qgsfield.cpp.
1.8.13