| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#include "qgsfields.h"#include "moc_qgsfields.cpp"#include "qgsfields_p.h"#include "qgsapplication.h"#include "qgsvariantutils.h"#include <QIcon>
Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const QgsFields &fields) | 
| Writes the fields to stream out. QGIS version compatibility is not guaranteed.   | |
| QDataStream & | operator>> (QDataStream &in, QgsFields &fields) | 
| Reads fields from stream in into fields. QGIS version compatibility is not guaranteed.   | |
| QDataStream & operator<< | ( | QDataStream & | out, | 
| const QgsFields & | fields | ||
| ) | 
Writes the fields to stream out. QGIS version compatibility is not guaranteed.
Definition at line 448 of file qgsfields.cpp.
| QDataStream & operator>> | ( | QDataStream & | in, | 
| QgsFields & | fields | ||
| ) | 
Reads fields from stream in into fields. QGIS version compatibility is not guaranteed.
Definition at line 458 of file qgsfields.cpp.