TDEABC::Geo Class Reference
#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 |
| TQString | asString () const |
Friends | |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Geo &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Geo &) |
Detailed Description
Geographic position.
This class represents a geographic position.
Constructor & Destructor Documentation
◆ Geo() [1/2]
◆ Geo() [2/2]
| Geo::Geo | ( | float | latitude, |
| float | longitude | ||
| ) |
Member Function Documentation
◆ asString()
| TQString Geo::asString | ( | ) | const |
◆ isValid()
| bool Geo::isValid | ( | ) | const |
◆ latitude()
◆ longitude()
◆ operator!=()
◆ operator==()
◆ setLatitude()
◆ setLongitude()
| void Geo::setLongitude | ( | float | longitude | ) |
The documentation for this class was generated from the following files:
Trinity API Reference