QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
qgsrectangle.h File Reference
#include <iosfwd>
#include "qgis.h"
#include "qgis_core.h"
#include "qgspointxy.h"
#include <QDomDocument>
#include <QRectF>
Include dependency graph for qgsrectangle.h:
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

◆ operator<<() [1/2]

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 218 of file qgsrectangle.cpp.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const QgsRectangle & r )
inline

Definition at line 718 of file qgsrectangle.h.

◆ operator>>()

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 224 of file qgsrectangle.cpp.