marble
Marble::GeoAprsCoordinates Class Reference
  #include <GeoAprsCoordinates.h>
Inheritance diagram for Marble::GeoAprsCoordinates:

Public Types | |
| enum | SeenFrom {  FromNowhere = 0x00, FromTTY = 0x01, FromTCPIP = 0x02, FromFile = 0x04, Directly = 0x08 }  | 
  Public Types inherited from Marble::GeoDataCoordinates | |
| enum | BearingType { InitialBearing, FinalBearing } | 
| enum | Notation {  Decimal, DMS, DM, UTM, Astro }  | 
| typedef QVector < GeoDataCoordinates * >  | PtrVector | 
| enum | Unit { Radian, Degree } | 
| typedef QVector < GeoDataCoordinates >  | Vector | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Marble::GeoDataCoordinates | |
| static GeoDataCoordinates::Notation | defaultNotation () | 
| static GeoDataCoordinates | fromString (const QString &string, bool &successful) | 
| static QString | latToString (qreal lat, GeoDataCoordinates::Notation notation, GeoDataCoordinates::Unit unit=Radian, int precision=-1, char format= 'f') | 
| static QString | lonToString (qreal lon, GeoDataCoordinates::Notation notation, GeoDataCoordinates::Unit unit=Radian, int precision=-1, char format= 'f') | 
| static qreal | normalizeLat (qreal lat, GeoDataCoordinates::Unit=GeoDataCoordinates::Radian) | 
| static qreal | normalizeLon (qreal lon, GeoDataCoordinates::Unit=GeoDataCoordinates::Radian) | 
| static void | normalizeLonLat (qreal &lon, qreal &lat, GeoDataCoordinates::Unit=GeoDataCoordinates::Radian) | 
| static void | setDefaultNotation (GeoDataCoordinates::Notation notation) | 
  Protected Attributes inherited from Marble::GeoDataCoordinates | |
| GeoDataCoordinatesPrivate * | d | 
Detailed Description
Definition at line 19 of file GeoAprsCoordinates.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| FromNowhere | |
| FromTTY | |
| FromTCPIP | |
| FromFile | |
| Directly | |
Definition at line 23 of file GeoAprsCoordinates.h.
Constructor & Destructor Documentation
| GeoAprsCoordinates::GeoAprsCoordinates | ( | qreal | lon, | 
| qreal | lat, | ||
| int | where | ||
| ) | 
Definition at line 15 of file GeoAprsCoordinates.cpp.
| GeoAprsCoordinates::~GeoAprsCoordinates | ( | ) | 
Definition at line 23 of file GeoAprsCoordinates.cpp.
Member Function Documentation
| void GeoAprsCoordinates::addSeenFrom | ( | int | where | ) | 
Definition at line 28 of file GeoAprsCoordinates.cpp.
| int GeoAprsCoordinates::seenFrom | ( | ) | const | 
Definition at line 34 of file GeoAprsCoordinates.cpp.
| void GeoAprsCoordinates::setTimestamp | ( | const QTime & | t | ) | 
Definition at line 40 of file GeoAprsCoordinates.cpp.
| const QTime & GeoAprsCoordinates::timestamp | ( | ) | const | 
Definition at line 47 of file GeoAprsCoordinates.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Types inherited from