The LocationInfo class represents the location of a Telepathy Contact.
More...
#include <TelepathyQt/LocationInfo>
The LocationInfo class represents the location of a Telepathy Contact.
§ LocationInfo() [1/3]
Tp::LocationInfo::LocationInfo |
( |
| ) |
|
§ LocationInfo() [2/3]
Tp::LocationInfo::LocationInfo |
( |
const QVariantMap & |
location | ) |
|
§ LocationInfo() [3/3]
Tp::LocationInfo::LocationInfo |
( |
const LocationInfo & |
other | ) |
|
§ ~LocationInfo()
Tp::LocationInfo::~LocationInfo |
( |
| ) |
|
|
virtual |
§ isValid()
bool Tp::LocationInfo::isValid |
( |
| ) |
const |
|
inline |
§ operator=()
§ countryCode()
QString Tp::LocationInfo::countryCode |
( |
| ) |
const |
§ country()
QString Tp::LocationInfo::country |
( |
| ) |
const |
§ region()
QString Tp::LocationInfo::region |
( |
| ) |
const |
§ locality()
QString Tp::LocationInfo::locality |
( |
| ) |
const |
§ area()
QString Tp::LocationInfo::area |
( |
| ) |
const |
§ postalCode()
QString Tp::LocationInfo::postalCode |
( |
| ) |
const |
§ street()
QString Tp::LocationInfo::street |
( |
| ) |
const |
§ building()
QString Tp::LocationInfo::building |
( |
| ) |
const |
§ floor()
QString Tp::LocationInfo::floor |
( |
| ) |
const |
§ room()
QString Tp::LocationInfo::room |
( |
| ) |
const |
§ text()
QString Tp::LocationInfo::text |
( |
| ) |
const |
§ description()
QString Tp::LocationInfo::description |
( |
| ) |
const |
§ uri()
QString Tp::LocationInfo::uri |
( |
| ) |
const |
§ language()
QString Tp::LocationInfo::language |
( |
| ) |
const |
§ latitude()
double Tp::LocationInfo::latitude |
( |
| ) |
const |
§ longitude()
double Tp::LocationInfo::longitude |
( |
| ) |
const |
§ altitude()
double Tp::LocationInfo::altitude |
( |
| ) |
const |
§ accuracy()
double Tp::LocationInfo::accuracy |
( |
| ) |
const |
§ speed()
double Tp::LocationInfo::speed |
( |
| ) |
const |
§ bearing()
double Tp::LocationInfo::bearing |
( |
| ) |
const |
§ timestamp()
QDateTime Tp::LocationInfo::timestamp |
( |
| ) |
const |
§ allDetails()
QVariantMap Tp::LocationInfo::allDetails |
( |
| ) |
const |