|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classMapLabel.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:20:58 2014 Кодировка: Поисковые слова: http www.badastronomy.com bad tv foxapollo.html |
![]() |
Stellarium 0.12.3
|
Special QLabel that shows a world map. More...
#include <MapLabel.hpp>
Signals | |
| void | positionChanged (double longitude, double latitude) |
| Signal emitted when we click on the map. More... | |
Public Member Functions | |
| MapLabel (QWidget *parent=0) | |
| void | setCursorPos (double longitude, double latitude) |
| Set the current cursor position. More... | |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *event) |
Special QLabel that shows a world map.
Definition at line 28 of file MapLabel.hpp.
|
signal |
Signal emitted when we click on the map.
| void MapLabel::setCursorPos | ( | double | longitude, |
| double | latitude | ||
| ) |
Set the current cursor position.
| longitude | longitude in degree in range [-180;180[ |
| latitude | latitude in degree in range [-90;90] |
1.8.3.1