#include <QtCore/qnamespace.h>
Include dependency graph for qpoint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | QPoint |
| The QPoint class defines a point in the plane using integer precision. More... | |
| class | QPointF |
| The QPointF class defines a point in the plane using floating point precision. More... | |
Functions | |
| Q_DECLARE_TYPEINFO (QPoint, Q_MOVABLE_TYPE) | |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QPoint &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QPoint &) |
| bool | operator== (const QPoint &p1, const QPoint &p2) |
| bool | operator!= (const QPoint &p1, const QPoint &p2) |
| const QPoint | operator+ (const QPoint &p1, const QPoint &p2) |
| const QPoint | operator- (const QPoint &p1, const QPoint &p2) |
| const QPoint | operator * (const QPoint &p, qreal c) |
| const QPoint | operator * (qreal c, const QPoint &p) |
| const QPoint | operator- (const QPoint &p) |
| const QPoint | operator/ (const QPoint &p, qreal c) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QPoint &) |
| Q_DECLARE_TYPEINFO (QPointF, Q_MOVABLE_TYPE) | |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QPointF &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QPointF &) |
| bool | operator== (const QPointF &p1, const QPointF &p2) |
| bool | operator!= (const QPointF &p1, const QPointF &p2) |
| const QPointF | operator+ (const QPointF &p1, const QPointF &p2) |
| const QPointF | operator- (const QPointF &p1, const QPointF &p2) |
| const QPointF | operator * (const QPointF &p, qreal c) |
| const QPointF | operator * (qreal c, const QPointF &p) |
| const QPointF | operator- (const QPointF &p) |
| const QPointF | operator/ (const QPointF &p, qreal c) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug d, const QPointF &p) |
| Q_CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const QPointF & | ||||
| ) | [related] |
Definition at line 387 of file qpoint.cpp.
References QDebug::nospace(), p, and QDebug::space().
00387 { 00388 dbg.nospace() << "QPoint(" << p.x() << ',' << p.y() << ')'; 00389 return dbg.space(); 00390 }
Here is the call graph for this function:

| Q_CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const QPoint & | ||||
| ) | [related] |
| Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| QPointF & | ||||
| ) | [related] |
| Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| QPoint & | ||||
| ) | [related] |
| Q_DECLARE_TYPEINFO | ( | QPointF | , | |
| Q_MOVABLE_TYPE | ||||
| ) |
| Q_DECLARE_TYPEINFO | ( | QPoint | , | |
| Q_MOVABLE_TYPE | ||||
| ) |
1.5.1