|
dRonin
adbada4
dRonin GCS
|
#include <core.h>
Signals | |
| void | OnCurrentPositionChanged (internals::PointLatLng point) |
| void | OnTileLoadComplete () |
| void | OnTilesStillToLoad (int number) |
| void | OnTileLoadStart () |
| void | OnMapDrag () |
| void | OnMapZoomChanged () |
| void | OnMapTypeChanged (MapType::Types type) |
| void | OnEmptyTileError (int zoom, core::Point pos) |
| void | OnNeedInvalidation () |
Public Attributes | |
| QList< core::Point > | tileDrawingList |
| TileMatrix | Matrix |
Protected Member Functions | |
| void | SetCurrentPositionGPixel (core::Point const &value) |
| void | GoToCurrentPositionOnZoom () |
Protected Attributes | |
| qint64 | Width |
| qint64 | Height |
| int | pxRes100m |
| int | pxRes1000m |
| int | pxRes10km |
| int | pxRes100km |
| int | pxRes1000km |
| int | pxRes5000km |
Friends | |
| class | mapcontrol::TLMapControl |
| class | mapcontrol::MapGraphicItem |