|
dRonin
adbada4
dRonin GCS
|
#include <rawtile.h>
Public Member Functions | |
| RawTile (const MapType::Types &Type, const core::Point &Pos, const int &Zoom) | |
| QString | ToString (void) |
| MapType::Types | Type () |
| core::Point | Pos () |
| int | Zoom () |
| void | setType (const MapType::Types &value) |
| void | setPos (const core::Point &value) |
| void | setZoom (const int &value) |
Friends | |
| uint | qHash (RawTile const &tile) |
| bool | operator== (RawTile const &lhs, RawTile const &rhs) |