Vidalia
0.3.1
|
Go to the source code of this file.
Macros | |
#define | IMG_WORLD_MAP ":/images/map/world-map.png" |
#define | PEN_ROUTER QPen(QColor("#ff030d"), 1.0) |
#define | PEN_CIRCUIT QPen(Qt::yellow, 0.5) |
#define | PEN_SELECTED QPen(Qt::green, 2.0) |
#define | IMG_WIDTH 1000 |
#define | IMG_HEIGHT 507 |
#define | MAP_TOP 2 |
#define | MAP_BOTTOM 2 |
#define | MAP_RIGHT 5 |
#define | MAP_LEFT 5 |
#define | MAP_WIDTH (IMG_WIDTH-MAP_LEFT-MAP_RIGHT) |
#define | MAP_HEIGHT (IMG_HEIGHT-MAP_TOP-MAP_BOTTOM) |
#define | MAP_ORIGIN -10 |
#define | MIN_SIZE QSize(512,256) |
Variables | |
static float | plen [] |
static float | pdfe [] |
#define IMG_HEIGHT 507 |
Definition at line 36 of file TorMapImageView.cpp.
#define IMG_WIDTH 1000 |
Size of the map image
Definition at line 35 of file TorMapImageView.cpp.
#define IMG_WORLD_MAP ":/images/map/world-map.png" |
Definition at line 27 of file TorMapImageView.cpp.
#define MAP_BOTTOM 2 |
Definition at line 40 of file TorMapImageView.cpp.
#define MAP_HEIGHT (IMG_HEIGHT-MAP_TOP-MAP_BOTTOM) |
Definition at line 44 of file TorMapImageView.cpp.
#define MAP_LEFT 5 |
Definition at line 42 of file TorMapImageView.cpp.
#define MAP_ORIGIN -10 |
Map offset from zero longitude
Definition at line 47 of file TorMapImageView.cpp.
#define MAP_RIGHT 5 |
Definition at line 41 of file TorMapImageView.cpp.
#define MAP_TOP 2 |
Border between the edge of the image and the actual map
Definition at line 39 of file TorMapImageView.cpp.
Definition at line 43 of file TorMapImageView.cpp.
#define MIN_SIZE QSize(512,256) |
Minimum allowable size for this widget
Definition at line 50 of file TorMapImageView.cpp.
#define PEN_CIRCUIT QPen(Qt::yellow, 0.5) |
Definition at line 31 of file TorMapImageView.cpp.
#define PEN_ROUTER QPen(QColor("#ff030d"), 1.0) |
QPens to use for drawing different map elements
Definition at line 30 of file TorMapImageView.cpp.
#define PEN_SELECTED QPen(Qt::green, 2.0) |
Definition at line 32 of file TorMapImageView.cpp.
|
static |
Distance of corresponding parallel from equator
Definition at line 63 of file TorMapImageView.cpp.
Referenced by TorMapImageView::toMapSpace().
|
static |
Robinson projection table Length of the parallel of latitude
Definition at line 54 of file TorMapImageView.cpp.
Referenced by TorMapImageView::toMapSpace().