KABC::Geo Class Reference
Geographic position. More...
#include <geo.h>
Public Member Functions | |
| Geo () | |
| Geo (float latitude, float longitude) | |
| void | setLatitude (float) |
| float | latitude () const |
| void | setLongitude (float) |
| float | longitude () const |
| bool | isValid () const |
| bool | operator== (const Geo &) const |
| bool | operator!= (const Geo &) const |
| QString | asString () const |
Friends | |
| KABC_EXPORT QDataStream & | operator<< (QDataStream &, const Geo &) |
| KABC_EXPORT QDataStream & | operator>> (QDataStream &, Geo &) |
Detailed Description
Geographic position.
This class represents a geographic position.
Definition at line 35 of file geo.h.
Constructor & Destructor Documentation
| Geo::Geo | ( | float | latitude, |
| float | longitude | ||
| ) |
Member Function Documentation
| QString Geo::asString | ( | ) | const |
| bool Geo::isValid | ( | ) | const |
| void Geo::setLongitude | ( | float | longitude ) |
The documentation for this class was generated from the following files:

