|
map2d_widget
|
#include <point.h>
Public Member Functions | |
| Point () | |
| Point (int x, int y) | |
| Point (Size sz) | |
| Point (int dw) | |
| bool | IsEmpty () |
| int | X () const |
| int | Y () const |
| void | SetX (const int &value) |
| void | SetY (const int &value) |
| QString | ToString () const |
| void | Offset (const int &dx, const int &dy) |
| void | Offset (Point p) |
Static Public Member Functions | |
| static int | HIWORD (int n) |
| static int | LOWORD (int n) |
Static Public Attributes | |
| static Point | Empty =Point() |
Friends | |
| uint | qHash (Point const &point) |
| bool | operator== (Point const &lhs, Point const &rhs) |
| bool | operator!= (Point const &lhs, Point const &rhs) |
1.8.6