#include </home/clem/local/src/opie/noncore/net/wellenreiter/gui/gps.h>
Public Member Functions | |
| GpsLocation (const float &lat, const float &lon) | |
| ~GpsLocation () | |
| float | latitude () const |
| float | longitude () const |
| QString | dmsPosition () const |
Private Attributes | |
| float | _latitude |
| float | _longitude |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 81 of file gps.cpp. References _latitude, _longitude, abs, QString::append(), and QString::number(). Referenced by WellenreiterMainWindow::demoReadFromGps(). |
|
|
Definition at line 27 of file gps.h. References _latitude. |
|
|
Definition at line 28 of file gps.h. References _longitude. |
|
|
Definition at line 31 of file gps.h. Referenced by dmsPosition(), and latitude(). |
|
|
Definition at line 32 of file gps.h. Referenced by dmsPosition(), and longitude(). |
1.4.2