|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
#include <iosfwd>#include <QDomDocument>#include <QRectF>#include "qgis_core.h"#include "qgis.h"#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. | |
| 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. | |
| 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 216 of file qgsrectangle.cpp.
|
inline |
Definition at line 697 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 222 of file qgsrectangle.cpp.