QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgis_core.h"
#include "qgis.h"
#include <iosfwd>
#include <QDomDocument>
#include <QRectF>
#include "qgspointxy.h"
Go to the source code of this file.
Classes | |
class | QgsRectangle |
A rectangle specified with double values. More... | |
Functions | |
CORE_EXPORT QDataStream & | operator<< (QDataStream &out, const QgsRectangle &rectangle) |
Writes the list rectangle to stream out. More... | |
std::ostream & | operator<< (std::ostream &os, const QgsRectangle &r) |
CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QgsRectangle &rectangle) |
Reads a rectangle from stream in into rectangle. More... | |
CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | out, |
const QgsRectangle & | rectangle | ||
) |
Writes the list rectangle to stream out.
QGIS version compatibility is not guaranteed.
Definition at line 204 of file qgsrectangle.cpp.
|
inline |
Definition at line 633 of file qgsrectangle.h.
CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | in, |
QgsRectangle & | rectangle | ||
) |
Reads a rectangle from stream in into rectangle.
QGIS version compatibility is not guaranteed.
Definition at line 210 of file qgsrectangle.cpp.