![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpoint.h"
#include "qdatastream.h"
#include <private/qdebug_p.h>
#include <QtCore/qhashfunctions.h>
Go to the source code of this file.
Functions | |
QDataStream & | operator<< (QDataStream &s, const QPoint &p) |
QDataStream & | operator>> (QDataStream &s, QPoint &p) |
QDebug | operator<< (QDebug dbg, const QPoint &p) |
QDebug | operator<< (QDebug dbg, const QPointF &p) |
size_t | qHash (QPoint key, size_t seed) noexcept |
\qhashold{QHash} | |
QDataStream & | operator<< (QDataStream &s, const QPointF &p) |
QDataStream & | operator>> (QDataStream &s, QPointF &p) |
|
Definition at line 376 of file qpoint.cpp.
|
Definition at line 792 of file qpoint.cpp.
Definition at line 431 of file qpoint.cpp.
Definition at line 441 of file qpoint.cpp.
|
Definition at line 395 of file qpoint.cpp.
|
Definition at line 808 of file qpoint.cpp.
|
noexcept |