|
Vesna
|
#include "MapWidget.h"#include <math.h>#include <QPushButton>#include "businesslogic/maps/MapDatabaseService.h"#include "ui/UiDefines.h"
Classes | |
| class | MapWidget::DataClass |
Macros | |
| #define | MAP_WIDTH 720 |
| #define | MAP_HEIGHT 540 |
| #define | GPS_COORDINATES_COEFFICIENT 100000 |
| #define | MAP_MAGNIFICATION 100000 |
| #define | COMPASS_NORTH_ICON_NAME "compass_north.png" |
| #define | COMPASS_DISABLED_ICON_NAME "compass_disabled.png" |
| #define | COMPASS_X 10 |
| #define | COMPASS_Y 10 |
| #define | COMPASS_WIDTH 64 |
| #define | COMPASS_HEIGHT 64 |
| #define COMPASS_DISABLED_ICON_NAME "compass_disabled.png" |
| #define COMPASS_HEIGHT 64 |
| #define COMPASS_NORTH_ICON_NAME "compass_north.png" |
| #define COMPASS_WIDTH 64 |
| #define COMPASS_X 10 |
| #define COMPASS_Y 10 |
| #define GPS_COORDINATES_COEFFICIENT 100000 |
| #define MAP_HEIGHT 540 |
| #define MAP_MAGNIFICATION 100000 |
| #define MAP_WIDTH 720 |
1.8.8