dRonin
adbada4
dRonin GCS
|
#include <point.h>
Public Member Functions | |
Point () | |
Point (qint64 x, qint64 y) | |
Point (Size sz) | |
bool | IsEmpty () |
qint64 | X () const |
qint64 | Y () const |
void | SetX (const qint64 &value) |
void | SetY (const qint64 &value) |
QString | ToString () const |
void | Offset (const qint64 &dx, const qint64 &dy) |
void | Offset (Point p) |
Static Public Attributes | |
static Point | Empty =Point() |
Friends | |
quint64 | qHash (Point const &point) |
bool | operator== (Point const &lhs, Point const &rhs) |
bool | operator!= (Point const &lhs, Point const &rhs) |