KContacts::Geo
KContacts::Geo Class Reference
#include <geo.h>
Inheritance diagram for KContacts::Geo:
Properties | |
bool | isValid |
float | latitude |
float | longitude |
Public Member Functions | |
Geo () | |
Geo (const Geo &other) | |
Geo (float latitude, float longitude) | |
~Geo () | |
void | clear () |
bool | isValid () const |
float | latitude () const |
float | longitude () const |
bool | operator!= (const Geo &other) const |
Geo & | operator= (const Geo &other) |
bool | operator== (const Geo &other) const |
void | setLatitude (float latitude) |
void | setLongitude (float longitude) |
QString | toString () const |
Detailed Description
Geographic position.
This class represents a geographic position.
Property Documentation
◆ isValid
◆ latitude
◆ longitude
Constructor & Destructor Documentation
◆ Geo() [1/3]
◆ Geo() [2/3]
Geo::Geo | ( | float | latitude, |
float | longitude ) |
◆ Geo() [3/3]
◆ ~Geo()
Member Function Documentation
◆ clear()
void Geo::clear | ( | ) |
◆ isValid()
bool Geo::isValid | ( | ) | const |
◆ latitude()
◆ longitude()
◆ operator!=()
bool Geo::operator!= | ( | const Geo & | other | ) | const |
◆ operator=()
◆ operator==()
bool Geo::operator== | ( | const Geo & | other | ) | const |
◆ setLatitude()
void Geo::setLatitude | ( | float | latitude | ) |
◆ setLongitude()
void Geo::setLongitude | ( | float | longitude | ) |
◆ toString()
QString Geo::toString | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.