Special QLabel that shows a world map.
More...
#include <MapLabel.hpp>
|
| MapLabel (QWidget *parent=0) |
|
void | setCursorPos (double longitude, double latitude) |
| Set the current cursor position. More...
|
|
|
virtual void | mousePressEvent (QMouseEvent *event) |
|
Special QLabel that shows a world map.
Definition at line 28 of file MapLabel.hpp.
void MapLabel::positionChanged |
( |
double |
longitude, |
|
|
double |
latitude |
|
) |
| |
|
signal |
Signal emitted when we click on the map.
void MapLabel::setCursorPos |
( |
double |
longitude, |
|
|
double |
latitude |
|
) |
| |
Set the current cursor position.
- Parameters
-
longitude | longitude in degree in range [-180;180[ |
latitude | latitude in degree in range [-90;90] |
The documentation for this class was generated from the following file: