|
| bool | operator== (LoadTask const &lhs, LoadTask const &rhs) |
| |
| bool | operator== (PointLatLng const &lhs, PointLatLng const &rhs) |
| |
| bool | operator!= (PointLatLng const &left, PointLatLng const &right) |
| |
| PointLatLng | operator+ (PointLatLng pt, SizeLatLng sz) |
| |
| PointLatLng | operator- (PointLatLng pt, SizeLatLng sz) |
| |
| bool | operator== (Rectangle const &lhs, Rectangle const &rhs) |
| |
| uint | qHash (Rectangle const &rect) |
| |
| uint | qHash (RectLatLng const &rect) |
| |
| bool | operator== (RectLatLng const &left, RectLatLng const &right) |
| |
| bool | operator!= (RectLatLng const &left, RectLatLng const &right) |
| |
| SizeLatLng | operator+ (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| SizeLatLng | operator- (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| bool | operator== (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| bool | operator!= (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |